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