1 2 3 4 5 6
use libmarpa_sys::*; use std::ops::Range; pub type Rule = Marpa_Rule_ID; pub type RuleIter = Range<Marpa_Rule_ID>;