Struct cpp_synom::ParseState [] [src]

pub struct ParseState<'a> { /* fields omitted */ }

A wrapper around a &'a str which keeps track of the current index into the source string. Provides a mechanism for determining source locations during the parse.

Methods

impl<'a> ParseState<'a>
[src]

Trait Implementations

impl<'a> Debug for ParseState<'a>
[src]

Formats the value using the given formatter.

impl<'a> Copy for ParseState<'a>
[src]

impl<'a> Clone for ParseState<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more