fuel_compression

Trait ContextError

source
pub trait ContextError {
    type Error;
}
Expand description

Defines the error type for the context used in compression and decompression.

Required Associated Types§

source

type Error

The error type returned by the context.

Implementors§