pub trait EncoderMetadata {
// Required method
fn as_any(&self) -> &dyn Any;
}
Expand description
Metadata that can optionally be attached to a compression tree.
This enables codecs to cache trained parameters from the sampling runs to reuse for the large run.