[][src]Trait abstractgraph::weight::EdgeWeight

pub trait EdgeWeight where
    Self: Ord + Clone + Zero,
    Self: Add<Output = Self>,
    Self: for<'b> Add<&'b Self, Output = Self>, 
{ }

Implementors

impl<W> EdgeWeight for W where
    W: Ord + Clone + Zero,
    W: Add<Output = W>,
    W: for<'b> Add<&'b W, Output = W>, 
[src]

Loading content...