ByteArrayIntoBytes

Fully qualified path: alexandria_bytes::bytes::ByteArrayIntoBytes

#![allow(unused)]
fn main() {
pub impl ByteArrayIntoBytes of Into<ByteArray, Bytes>
}

Impl functions

into

Fully qualified path: alexandria_bytes::bytes::ByteArrayIntoBytes::into

#![allow(unused)]
fn main() {
fn into(self: ByteArray) -> Bytes
}