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.
pub trait ResultInfo: ExceptionInfo {
// Required method
fn result_type(&self) -> ResultType;
}An extension of ExceptionInfo that also includes successful results. This is implemented on generated *Exn types.