Struct server::parse::Span [] [src]

pub struct Span {
    pub lo: usize,
    pub hi: usize,
}

Represents a substring in the query string in byte indices.

Fields

lo
hi

Trait Implementations

Derived Implementations

impl PartialEq for Span

fn eq(&self, __arg_0: &Span) -> bool

fn ne(&self, __arg_0: &Span) -> bool

impl Debug for Span

fn fmt(&self, __arg_0: &mut Formatter) -> Result