Skip to main content

ByteArray

Trait ByteArray 

Source
pub trait ByteArray {
    type ByteArray: AsRef<[u8]> + TryFromByteSlice;
}

Required Associated Types§

Implementations on Foreign Types§

Source§

impl ByteArray for U32

Implementors§