Enum lichen::source::Src [] [src]

pub enum Src {
    Logic(StringLogic),
    If(ExpectVec<Var>, Option<String>),
    Emit(Vec<Var>),
    Composite(StringExpectVec<String>),
    Next(String),
}

delimited by new line

Variants

Methods

impl Src
[src]

Trait Implementations

impl Debug for Src
[src]

Formats the value using the given formatter.

impl PartialEq for Src
[src]

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

This method tests for !=.