pub type Result<T> = Result<T, PrimitivesError>;Expand description
Result type for operations in the primitives crate
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PrimitivesError),
}pub type Result<T> = Result<T, PrimitivesError>;Result type for operations in the primitives crate
pub enum Result<T> {
Ok(T),
Err(PrimitivesError),
}