pub trait AsOption {
    fn as_option(&self) -> Option<&Self>;
}

Required methods

Implementations on Foreign Types

Implementors