Trait ruc::err::RucResult

source ·
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§

shorter alias for ‘chain_error’

Implementations on Foreign Types§

Implementors§