Type Definition narwhal_types::BlockResult
source · [−]pub type BlockResult<T> = Result<T, BlockError>;
Trait Implementations
sourceimpl<T> From<BlockError> for BlockResult<T>
impl<T> From<BlockError> for BlockResult<T>
sourcefn from(error: BlockError) -> Self
fn from(error: BlockError) -> Self
Converts to this type from the input type.