rusty_peg::tree
pub struct Span { pub lo: usize, pub hi: usize, }
lo: usize
hi: usize
impl Span
fn new(lo: usize, hi: usize) -> Span
impl Debug for Span
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.