Struct tendermint_light_client::errors::SerdeCborSubdetail [−][src]
pub struct SerdeCborSubdetail {
pub source: AsErrorDetail<TraceError<Error>, DefaultTracer>,
}Fields
source: AsErrorDetail<TraceError<Error>, DefaultTracer>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SerdeCborSubdetail
impl Send for SerdeCborSubdetail
impl Sync for SerdeCborSubdetail
impl Unpin for SerdeCborSubdetail
impl UnwindSafe for SerdeCborSubdetail
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more