Type Definition corundum::default::PRef[][src]

type PRef<'b, T> = Ref<'b, T, BuddyAlloc>;
Expand description

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