Trait fera_graph::graphs::Ends [] [src]

pub trait Ends<'a, G, O> {
    fn _ends(self, g: &'a G) -> O;
}

Required Methods

Implementors