[][src]Trait gt_graph::Graph

pub trait Graph {
    fn dimension(&self) -> Dims;
fn phi(&self, n: Dims, s: Node) -> Node; }

Required methods

fn dimension(&self) -> Dims

fn phi(&self, n: Dims, s: Node) -> Node

Loading content...

Implementors

Loading content...