Type Definition corundum::default::PRefMut

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

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