pub trait ContainerBuilder:
ContainerBuilder<Container: Container>
+ Default
+ 'static { }Expand description
A composite trait for types usable as container builders in timely dataflow.
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.