Type Definition narwhal_dag::WeakNodeRef

source · []
pub type WeakNodeRef<T> = Weak<Node<T>>;
Expand description

Non reference-counted pointers to a Node