Trait streams_orderednogaps::Successor [] [src]

pub trait Successor {
    fn next(&self) -> Self;
}

Required Methods

Implementors