Enum tokio_thrift_codegen::Error [] [src]

pub enum Error {
    NotSupported(String),
    IO(Error),
    Generate(RenderError),
    Eof,
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<RenderError> for Error
[src]

Performs the conversion.