pub trait ErrorContext<CO> { // Required method fn push(&mut self, context: CO); }
Helper trait for inserting generic types representing context into a Context