[][src]Type Definition run_loop::linked_list::NodePtr

type NodePtr<T> = NonNull<Node<T>>;