Trait fera_graph::graphs::Ends

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

Required Methods

Implementors