[][src]Trait eyre_impl::ErrorContext

pub trait ErrorContext<CO> {
    fn push(&mut self, context: CO);
}

Helper trait for inserting generic types representing context into a Context

Required methods

fn push(&mut self, context: CO)

Loading content...

Implementors

Loading content...