Enum fxbox_thinkerbell::compile::Error [] [src]

pub enum Error {
    SourceError(SourceError),
    TypeError(TypeError),
}

Variants

SourceError
TypeError

Trait Implementations

Derived Implementations

impl Debug for Error

fn fmt(&self, __arg_0: &mut Formatter) -> Result