[][src]Trait crev_common::convert::OptionDeref

pub trait OptionDeref<T: Deref> {
    fn as_deref(&self) -> Option<&T::Target>;
}

Required methods

fn as_deref(&self) -> Option<&T::Target>

Loading content...

Implementations on Foreign Types

impl<T: Deref> OptionDeref<T> for Option<T>[src]

Loading content...

Implementors

Loading content...