Skip to main content

StdCWeakArray

Type Alias StdCWeakArray 

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