pub type Result<T> = Result<T, PhagoError>;Expand description
Result type for Phago operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PhagoError),
}pub type Result<T> = Result<T, PhagoError>;Result type for Phago operations.
pub enum Result<T> {
Ok(T),
Err(PhagoError),
}