[][src]Type Definition rel_ptr::Ptr

type Ptr<T> = Option<NonNull<T>>;

A nullable pointer, using NonNull