[][src]Type Definition yaap::a::Ptr

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