elipdotter::query::parse

Enum Error

source
pub enum Error {
    InputEmpty,
    NotEnoughArguments,
    UnexpectedParentheses,
}

Variants§

§

InputEmpty

§

NotEnoughArguments

Operation took more arguments than what was supplied.

§

UnexpectedParentheses

Trait Implementations§

source§

impl Clone for Error

source§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source.