pub type Ref<T, D> = OptionalRef<*const Block<T, D>>;
Expand description
A reference to an object allocated by a memory manager.
Aliased Type§
struct Ref<T, D> { /* private fields */ }
pub type Ref<T, D> = OptionalRef<*const Block<T, D>>;
A reference to an object allocated by a memory manager.
struct Ref<T, D> { /* private fields */ }