timely_container

Trait LengthPreservingContainerBuilder

Source
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.

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.

Implementors§