Skip to main content

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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§