pub trait RucResult<T, E: Debug + Display + Send> {
    fn c(self, msg: SimpleMsg<E>) -> Result<T>;
}
Expand description

Convert all Result to this

Required Methods

alias for ‘chain_error’

Implementations on Foreign Types

Implementors