Trait GetBytes
dync
pub trait GetBytes: GetBytesMut { fn get_bytes(self) -> Box<[u8]>; }
fn get_bytes(self) -> Box<[u8]>
impl GetBytes for Box<[u8]>
impl GetBytes for usize