Trait winter_utils::AsBytes
source · [−]pub trait AsBytes {
fn as_bytes(&self) -> &[u8]ⓘNotable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8];
}Expand description
Defines a zero-copy representation of Self as a sequence of bytes.