Trait hpl_compression::CompressedDataChunk
source · pub trait CompressedDataChunk {
const KEY: &'static str;
// Provided method
fn event_stream(&self) -> CompressedDataEventStream
where Self: AnchorSerialize + CompressedSchema { ... }
}Required Associated Constants§
Provided Methods§
fn event_stream(&self) -> CompressedDataEventStreamwhere
Self: AnchorSerialize + CompressedSchema,
Object Safety§
This trait is not object safe.