Struct ckb_verification::BlockError
source · [−]pub struct BlockError { /* private fields */ }
Expand description
Errors due the fact that the block rule is not respected.
Implementations
Returns the general category of this error.
Downcast this error object by reference.
The lowest level cause of this error — this error’s cause’s cause’s cause etc.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for BlockError
impl Send for BlockError
impl Sync for BlockError
impl Unpin for BlockError
impl !UnwindSafe for BlockError
Blanket Implementations
Mutably borrows from an owned value. Read more