SpanU8IntoBytearray

Fully qualified path: alexandria_bytes::byte_array_ext::SpanU8IntoBytearray

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

Impl functions

into

Fully qualified path: alexandria_bytes::byte_array_ext::SpanU8IntoBytearray::into

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