Struct ckb_verification::HeaderError [−][src]
pub struct HeaderError { /* fields omitted */ }Expand description
Errors due the fact that the header 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 HeaderError
impl Send for HeaderError
impl Sync for HeaderError
impl Unpin for HeaderError
impl !UnwindSafe for HeaderError
Blanket Implementations
Mutably borrows from an owned value. Read more