Type Definition oursh::program::posix::lex::Span

source ·
pub type Span<T, E> = Result<(usize, T, usize), E>;
Expand description

A result type wrapping a token with start and end locations.