IntoCmpError

Trait IntoCmpError 

Source
pub trait IntoCmpError {
    // Required method
    fn into_cmp_error(self) -> Option<CmpError>;
}
Expand description

Conversions into a CmpError.

Required Methods§

Source

fn into_cmp_error(self) -> Option<CmpError>

Converts the value into a CmpError.

Implementations on Foreign Types§

Source§

impl IntoCmpError for Option<Error>

Source§

impl IntoCmpError for Error

Source§

impl<T> IntoCmpError for Result<T>

Implementors§