Trait lithos::itertools::NextValue [] [src]

pub trait NextValue {
    fn next_value<T: FromStr>(&mut self) -> Result<T, ()>;
fn nth_value<T: FromStr>(&mut self, i: usize) -> Result<T, ()>; }

Required Methods

Implementors