Trait SinglePath

Source
pub trait SinglePath {
    // Required method
    fn single_path(&self, s: u64, d: u64) -> GraphPath<'_>;
}

Required Methods§

Source

fn single_path(&self, s: u64, d: u64) -> GraphPath<'_>

Implementors§