pub trait ResultGenDidExt<T, E> where
    Result<T, E>: Context<T, E>, 
{ fn did(self, msg: &'static str) -> Result<T>; }

Required Methods

Implementors