pub trait Container:
Accountable
+ Default
+ Clone
+ 'static { }
Expand description
A composite trait for types usable as containers in timely dataflow.
The Container
trait is necessary for all containers in timely dataflow channels.
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.