Type Definition sulfa::tree::OptBinaryNode[][src]

type OptBinaryNode<T> = Option<Rc<RefCell<BinaryNode<T>>>>;