Trait nativeshell::util::OkLog[][src]

pub trait OkLog<T> {
    fn ok_log(self) -> Option<T>;
}

Required methods

Implementations on Foreign Types

Implementors