pub type GResult<T> = Result<T, GreenticError>;Expand description
Convenient result alias for Greentic APIs.
Aliased Type§
pub enum GResult<T> {
Ok(T),
Err(GreenticError),
}pub type GResult<T> = Result<T, GreenticError>;Convenient result alias for Greentic APIs.
pub enum GResult<T> {
Ok(T),
Err(GreenticError),
}