Trait favannat::network::NetLike[][src]

pub trait NetLike<N: NodeLike, E: EdgeLike> {
    fn nodes(&self) -> Vec<&N>;
fn edges(&self) -> Vec<&E>;
fn inputs(&self) -> Vec<&N>;
fn outputs(&self) -> Vec<&N>; }

Required methods

fn nodes(&self) -> Vec<&N>[src]

fn edges(&self) -> Vec<&E>[src]

fn inputs(&self) -> Vec<&N>[src]

fn outputs(&self) -> Vec<&N>[src]

Loading content...

Implementors

Loading content...