[][src]Trait pluralize::PluralizeControlIter

pub trait PluralizeControlIter<T, P: Pluralize<T>> {
    fn adder<'a>(&'a mut self) -> Adder<'a, T, P>;
}

A trait enabling further mutations to Pluralize<> objects through two Controller-Iterator objects

Required methods

Important traits for Adder<'b, T, Vec<T>>
fn adder<'a>(&'a mut self) -> Adder<'a, T, P>

Loading content...

Implementors

impl<T, P> PluralizeControlIter<T, P> for P where
    T: Pluralize<T>,
    P: Pluralize<T>, 
[src]

Loading content...