Struct tendermint_light_client::errors::IoSubdetail [−][src]
pub struct IoSubdetail {
pub source: AsErrorDetail<IoError, DefaultTracer>,
}Fields
source: AsErrorDetail<IoError, DefaultTracer>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IoSubdetail
impl Send for IoSubdetail
impl Sync for IoSubdetail
impl Unpin for IoSubdetail
impl UnwindSafe for IoSubdetail
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