ResultInfo

Trait ResultInfo 

Source
pub trait ResultInfo: ExceptionInfo {
    // Required method
    fn result_type(&self) -> ResultType;
}
Expand description

An extension of ExceptionInfo that also includes successful results. This is implemented on generated *Exn types.

Required Methods§

Implementors§