Type Definition k::RcLinkNode [] [src]

type RcLinkNode<T> = Rc<RefCell<Node<Link<T>>>>;