Enum ag::pipeline::CompileError[][src]

pub enum CompileError {
    Parse {
        message: String,
    },
    NonAggregateAfterAggregate,
    Unexpected {
        message: String,
    },
}

Variants

Fields of Parse

Fields of Unexpected

Trait Implementations

impl Debug for CompileError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations