pub trait Bind<Graph, Node, P> {
    fn bind(self, graph: Graph) -> Node
    where
        P: SharedPointerKind
; }

Required Methods

Implementations on Foreign Types

Implementors