pub trait ChunkBytes {
    fn to_byte_slices(&self) -> Vec<&[u8]> ;
}

Required Methods§

Implementors§