pub trait IntoKeyPathError {
// Required method
fn into_keypath_error(self) -> KeyPathError;
}Expand description
Extension trait for converting standard errors to KeyPathError
pub trait IntoKeyPathError {
// Required method
fn into_keypath_error(self) -> KeyPathError;
}Extension trait for converting standard errors to KeyPathError