Type Alias lalrpop_util::state_machine::TokenTriple

source ยท
pub type TokenTriple<D> = (Location<D>, Token<D>, Location<D>);