Enum parser_c::parser::parser_monad::ParseResult [] [src]

pub enum ParseResult<a> {
    POk(PState, a),
    PFailed(Vec<String>, Position),
}

Variants

Trait Implementations

impl<a: Clone> Clone for ParseResult<a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<a: Debug> Debug for ParseResult<a>
[src]

Formats the value using the given formatter.