pub type Result<T> = Result<T, BlocksError>;Expand description
Result type for the blocks library
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(BlocksError),
}pub type Result<T> = Result<T, BlocksError>;Result type for the blocks library
pub enum Result<T> {
Ok(T),
Err(BlocksError),
}