pub enum CanonResultError {
IncompatibleState {
prev_canon_result: CanonResult,
current_canon_result: CanonResult,
},
}Variants§
IncompatibleState
Trait Implementations§
source§impl Debug for CanonResultError
impl Debug for CanonResultError
source§impl Display for CanonResultError
impl Display for CanonResultError
source§impl Error for CanonResultError
impl Error for CanonResultError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<CanonResultError> for MergeError
impl From<CanonResultError> for MergeError
source§fn from(source: CanonResultError) -> Self
fn from(source: CanonResultError) -> Self
Converts to this type from the input type.