Trait gluon_parser::ParserSource[][src]

pub trait ParserSource {
    fn src(&self) -> &str;
fn start_index(&self) -> BytePos; fn span(&self) -> Span<BytePos> { ... } }

Required Methods

Provided Methods

Implementations on Foreign Types

impl<'a, S: ?Sized> ParserSource for &'a S where
    S: ParserSource
[src]

impl ParserSource for str
[src]

impl ParserSource for FileMap
[src]

Implementors