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

Required Methods

Implementations on Foreign Types

Implementors