[−][src]Trait lazy_bytes_cast::slice::ByteSlice
Slice Accessor.
Note that one must be careful when impl this trait for own types.
Provided methods
fn byte_slice<'a>(&'a self) -> &'a [u8]
Returns read-only slice over integer bytes
fn byte_mut_slice<'a>(&'a mut self) -> &'a mut [u8]
Returns mutable slice over integer bytes