Type Definition trees::linked::fully::heap::Phantom

source ·
pub type Phantom<T> = PhantomData<Box<Node<T>>>;