pub type NumeraResult<N> = Result<N, NumeraErrors>;Expand description
The numera common result type.
Aliased Type§
pub enum NumeraResult<N> {
Ok(N),
Err(NumeraErrors),
}pub type NumeraResult<N> = Result<N, NumeraErrors>;The numera common result type.
pub enum NumeraResult<N> {
Ok(N),
Err(NumeraErrors),
}