Enum lichen::parse::LogicKind [] [src]

pub enum LogicKind {
    GT(Stringf32),
    LT(Stringf32),
    Is(String),
    IsNot(String),
}

delimited by new line should resolve to boolean

Variants

Methods

impl LogicKind
[src]

Trait Implementations

impl Debug for LogicKind
[src]

Formats the value using the given formatter.

impl PartialEq for LogicKind
[src]

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

This method tests for !=.