Enum syeve::EncodeError[][src]

pub enum EncodeError {
    CompressError(Error),
    WriteError(Error),
}

Variants

CompressError(Error)

Tuple Fields of CompressError

0: Error
WriteError(Error)

Tuple Fields of WriteError

0: Error

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Numeric cast from self to T.

Performs the conversion.

Numeric cast from T to Self.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.