[][src]Trait ergo_lib::util::IntoOption

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

Convert to Option

Required methods

fn into_option(self) -> Option<T>

Get Option

Loading content...

Implementations on Foreign Types

impl<T> IntoOption<T> for CtOption<T>[src]

Loading content...

Implementors

Loading content...