pub type StdCWeakArray<T> = CWeakArray<T, StdAllocator>;Available on crate feature
std only.Expand description
The alias for CWeakArray with StdAllocator.
Aliased Typeยง
pub struct StdCWeakArray<T> { /* private fields */ }pub type StdCWeakArray<T> = CWeakArray<T, StdAllocator>;std only.The alias for CWeakArray with StdAllocator.
pub struct StdCWeakArray<T> { /* private fields */ }