pub trait SourceTextInfoProvider<'a> { // Required method fn text_info(&self) -> &'a SourceTextInfo; }