Skip to main content

ChunkBytes

Trait ChunkBytes 

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

Required Methods§

Source

fn to_byte_slices(&self) -> Vec<&[u8]>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§