1 2 3 4
use std::ops::Range; /// range in the source code where the symbol is defined. pub type Span = Range<usize>;