Type Definition trees::linked::singly::heap::Phantom[][src]

type Phantom<T> = PhantomData<Box<Node<T>>>;