Type Definition text_scanner::ScannerItem

source ·
pub type ScannerItem<T> = (Range<usize>, T);