pub trait ErrorExt {
// Required method
fn into_generic(self) -> GenericServerError;
}
Expand description
Extension trait for the Error trait for extra functionality
Required Methods§
Sourcefn into_generic(self) -> GenericServerError
fn into_generic(self) -> GenericServerError
Converts this error into a generic error