pub type GotchaResult<T> = Result<T, GotchaError>;Expand description
Convenient result alias for framework operations.
Aliased Type§
pub enum GotchaResult<T> {
Ok(T),
Err(GotchaError),
}pub type GotchaResult<T> = Result<T, GotchaError>;Convenient result alias for framework operations.
pub enum GotchaResult<T> {
Ok(T),
Err(GotchaError),
}