pub type Result<T> = Result<T, UnifiError>;Expand description
Result alias for this crate’s fallible operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(UnifiError),
}pub type Result<T> = Result<T, UnifiError>;Result alias for this crate’s fallible operations.
pub enum Result<T> {
Ok(T),
Err(UnifiError),
}