[][src]Trait algorithms_edu::algo::graph::tree::sum::Summable

pub trait Summable: AddAssign<Self> + Copy + Zero { }

Implementors

impl<T: AddAssign<Self> + Copy + Zero> Summable for T[src]

Loading content...