Type Definition block_utils::BlockResult

source ·
pub type BlockResult<T> = Result<T, BlockUtilsError>;