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

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