pub trait GetBytesRef {
    fn get_bytes_ref(&self) -> &[MaybeUninit<u8>];
}

Required Methods

Implementations on Foreign Types

Implementors