pub type TeraResult<T> = Result<T, Error>;Expand description
A custom Result type for this library
Aliased Type§
pub enum TeraResult<T> {
Ok(T),
Err(Error),
}pub type TeraResult<T> = Result<T, Error>;A custom Result type for this library
pub enum TeraResult<T> {
Ok(T),
Err(Error),
}