Enum oak_runtime::parse_state::ParseResult [] [src]

pub enum ParseResult<S, T> {
    Success(T),
    Partial(T, ParseExpectation<S>),
    Failure(ParseExpectation<S>),
}

Variants

Trait Implementations

impl<S, T> Debug for ParseResult<S, T> where T: Debug,
        S: HasNext + Location + CodeSnippet
[src]

Formats the value using the given formatter.