pub type Result<T> = Result<T, ZinitError>;
Expand description
Result type for Zinit client operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ZinitError),
}
pub type Result<T> = Result<T, ZinitError>;
Result type for Zinit client operations
pub enum Result<T> {
Ok(T),
Err(ZinitError),
}