Type Definition corundum::heap::PRef

source · []
pub type PRef<'b, T> = Ref<'b, T, Heap>;
Expand description

Compact form of Ref <'b, T, Heap>.