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

Required Methods

Implementations on Foreign Types

Implementors