Skip to main content

IntoErrorSource

Trait IntoErrorSource 

Source
pub trait IntoErrorSource {
    // Required method
    fn into_error_source(self) -> ErrorSource;
}
Expand description

Conversion trait for attaching source errors.

Required Methods§

Source

fn into_error_source(self) -> ErrorSource

Converts the error into an error source.

Implementors§