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