Type Definition corundum::default::PRef

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

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