Type Definition corundum::heap::parc::PWeak

source · []
pub type PWeak<T> = Weak<T, Heap>;
Expand description

Compact form of sync::Weak <Heap>.