pub type BlockResult<T> = Result<T, BlockError>;

Trait Implementations

Converts to this type from the input type.