Enum mindjuice::Error [] [src]

pub enum Error {
    UnbalancedRightBracket,
    UnbalancedLeftBracket,
}

Variants

A right bracket was found with no unmatched left brackets preceding it.

The input ended before right brackets were found to match all left brackets.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more