Enum term_rewriting::ParseError [] [src]

pub enum ParseError {
    ParseIncomplete,
    ParseFailed,
}

Variants

Trait Implementations

impl Debug for ParseError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ParseError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for ParseError

impl Sync for ParseError