pub trait Error2: Error { // Required methods fn entry(&self) -> (&Locations, NextError<'_>); fn locations(&mut self) -> &mut Locations; }