Enum libdeflater::CompressionLvlError [−][src]
pub enum CompressionLvlError {
InvalidValue,
}Expand description
Errors that can be returned when attempting to create a
CompressionLvl from a numeric value.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CompressionLvlErrorimpl Send for CompressionLvlErrorimpl Sync for CompressionLvlErrorimpl Unpin for CompressionLvlErrorimpl UnwindSafe for CompressionLvlErrorBlanket Implementations
Mutably borrows from an owned value. Read more