pub trait LengthPreservingContainerBuilder: ContainerBuilder { }
Expand description
A wrapper trait indicating that the container building will preserve the number of records.
Specifically, the sum of record counts of all extracted and finished containers must equal the number of accounted records that are pushed into the container builder. If you have any questions about this trait you are best off not implementing it.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.