pub trait ErrorWithSpan { // Required methods fn get_message(&self) -> Span; fn get_span(&self) -> Span; }