Enum foxbox_thinkerbell::compile::Error [] [src]

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

Variants

SourceError
TypeError

Trait Implementations

impl Serialize for Error

fn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializer

Derived Implementations

impl Debug for Error

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

impl Clone for Error

fn clone(&self) -> Error

1.0.0fn clone_from(&mut self, source: &Self)