[][src]Trait gt_graph::Graph

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

Associated Types

type Node

type Dims

Loading content...

Required methods

fn dimension(&self) -> Self::Dims

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

Loading content...

Implementors

Loading content...