Type Definition corundum::heap::PRefMut

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

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