pub trait WorldExt { // Required method fn range(&self, span: Span) -> Option<Range<usize>>; }
Helper methods on World implementations.
World
Get the byte range for a span.
Returns None if the Span does not point into any file.
None
Span