☰
Type Definition Phantom
trees
::
linked
::
singly
::
heap
All crates
?
Type Definition
trees
::
linked
::
singly
::
heap
::
Phantom
[
−
]
[src]
type Phantom<T> =
PhantomData
<
Box
<
Node
<T>>>;