Skip to main content

ParsedLine

Type Alias ParsedLine 

Source
pub(crate) type ParsedLine<T> = (RangeInclusive<T>, Option<CountryCode>, Option<NonZeroU32>);
Expand description

A line as returned by parse_line.