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

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

Required methods

Implementations on Foreign Types

Implementors