pub type KeyPathResult<T> = Result<T, KeyPathError>;Expand description
Result type for keypath operations
Aliased Type§
pub enum KeyPathResult<T> {
Ok(T),
Err(KeyPathError),
}pub type KeyPathResult<T> = Result<T, KeyPathError>;Result type for keypath operations
pub enum KeyPathResult<T> {
Ok(T),
Err(KeyPathError),
}