[−][src]Trait tree_buf::primitive::EzBytes
Associated Types
Loading content...Required methods
fn to_bytes(self) -> Self::Out
fn from_bytes(bytes: Self::Out) -> Self
Provided methods
fn write(self, bytes: &mut Vec<u8>) where
Self: Sized,
Self: Sized,
fn read_bytes(bytes: &[u8], offset: &mut usize) -> Self where
Self: Sized,
Self: Sized,