[][src]Type Definition tdf_utils::list::ListLink

type ListLink<T> = Option<Rc<RefCell<ListNode<T>>>>;