pub trait LengthPreservingContainerBuilder: ContainerBuilder { }
Expand description
A wrapper trait indicating that the container building will preserve the number of records.
Specifically, the sum of lengths of all extracted and finished containers must equal the
number of times that push_into
is called on the container builder.
If you have any questions about this trait you are best off not implementing it.
Object Safety§
This trait is not object safe.