Enum ncl::Error [] [src]

pub enum Error {
    ParserFailed(String),
    Incomplete,
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.