Skip to main content

StdCWeak

Type Alias StdCWeak 

Source
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 */ }