pub trait Init {
const INIT: Self;
}
Expand description
A const initializer
Required Associated Constants§
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.
Implementations on Foreign Types§
Implementors§
Source§impl<A: ScalarAllocator> Init for SyncQueuePool<A>
Available on crate features parking_lot
or std
only.
impl<A: ScalarAllocator> Init for SyncQueuePool<A>
Available on crate features
parking_lot
or std
only.Source§impl<A: ScalarAllocator> Init for SyncStackPool<A>
Available on crate features parking_lot
or std
only.
impl<A: ScalarAllocator> Init for SyncStackPool<A>
Available on crate features
parking_lot
or std
only.