Trait IntoOption

Source
pub trait IntoOption<T> {
    // Required method
    fn into_option(self) -> Option<T>;
}

Required Methods§

Source

fn into_option(self) -> Option<T>

Implementors§