Trait polars::prelude::ChunkBytes  
source · pub trait ChunkBytes {
    // Required method
    fn to_byte_slices(&self) -> Vec<&[u8]>;
}pub trait ChunkBytes {
    // Required method
    fn to_byte_slices(&self) -> Vec<&[u8]>;
}