IntoKeyPathError

Trait IntoKeyPathError 

Source
pub trait IntoKeyPathError {
    // Required method
    fn into_keypath_error(self) -> KeyPathError;
}
Expand description

Extension trait for converting standard errors to KeyPathError

Required Methods§

Implementors§