pub trait ResultExt<T> { // Required method fn with_span(self, span: Span) -> Result<T, CheckerError>; }