pub type Result<T> = Result<T, ZiPatchError>;Expand description
Crate-wide Result alias parameterised over ZiPatchError.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ZiPatchError),
}pub type Result<T> = Result<T, ZiPatchError>;Crate-wide Result alias parameterised over ZiPatchError.
pub enum Result<T> {
Ok(T),
Err(ZiPatchError),
}