pub trait AsBytes {
// Required method
fn as_bytes(&self) -> &[u8] ⓘ;
}
Expand description
Trait that transforms thing to a slice of u8.
pub trait AsBytes {
// Required method
fn as_bytes(&self) -> &[u8] ⓘ;
}
Trait that transforms thing to a slice of u8.