pub trait HandleWarning<'s> { // Required method fn handle_warning(&mut self, warning: Warning<'s>); }