pub trait NewQueue<I, M>: NewQueue<I, M> {
type Pool;
}Expand description
A constructor for queue
This trait is currently sealed, we will unseal it once it stabilized
Required Associated Types§
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.