Enum thrust::ThriftCompilerError [] [src]

pub enum ThriftCompilerError {
    Parsing,
    NoNamespace,
    Nom,
    Unknown,
    ToUtf8,
}

Variants

Trait Implementations

impl Debug for ThriftCompilerError
[src]

Formats the value using the given formatter.

impl From<FromUtf8Error> for ThriftCompilerError
[src]

Performs the conversion.