Trait rin::prelude::LogErr[][src]

pub trait LogErr {
    pub fn log_err(self, desc: &str) -> Self;
}

Required methods

pub fn log_err(self, desc: &str) -> Self[src]

Loading content...

Implementations on Foreign Types

impl<T, E> LogErr for Result<T, E> where
    E: Error
[src]

Loading content...

Implementors

Loading content...