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