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

Required Methods

Implementors