Trait cmsis_pack::utils::ResultLogExt[][src]

pub trait ResultLogExt<T, E> {
    fn ok_warn(self) -> Option<T>;
fn ok_error(self) -> Option<T>; }

Required methods

Implementations on Foreign Types

Implementors