[][src]Trait fast_log::error::AsStdResult

pub trait AsStdResult<T> where
    T: Clone
{ fn as_std_result(&self) -> Result<T, Box<dyn Error>>; }

Required methods

fn as_std_result(&self) -> Result<T, Box<dyn Error>>

Loading content...

Implementations on Foreign Types

impl<T> AsStdResult<T> for Result<T, LogError> where
    T: Clone
[src]

Loading content...

Implementors

Loading content...