Trait Trait
serde_ini::de
pub trait Trait { fn next(&mut self) -> Option<Result<Item, Error>>; }
fn next(&mut self) -> Option<Result<Item, Error>>
impl<E, T: Iterator<Item = Result<Item, E>>> Trait for T where Error: From<E>,