Type Definition tonic_parser::Span[][src]

pub type Span = (usize, usize);
Expand description

A type-alias that represents the start and end point of a token.