Trait gamo::TryToNext

source ·
pub trait TryToNext: Sized {
    // Required method
    fn try_to_next(&self) -> Option<Self>;
}

Required Methods§

source

fn try_to_next(&self) -> Option<Self>

Object Safety§

This trait is not object safe.

Implementors§