pub type Result<T> = Result<T, StygianError>;Expand description
Domain result type using StygianError
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(StygianError),
}pub type Result<T> = Result<T, StygianError>;Domain result type using StygianError
pub enum Result<T> {
Ok(T),
Err(StygianError),
}