pub type PatchResult<T> = Result<T, PatchError>;Expand description
Convenience result alias
Aliased Type§
pub enum PatchResult<T> {
Ok(T),
Err(PatchError),
}pub type PatchResult<T> = Result<T, PatchError>;Convenience result alias
pub enum PatchResult<T> {
Ok(T),
Err(PatchError),
}