Struct tower_web::util::buf_stream::deflate::Error[][src]

pub struct Error<T> { /* fields omitted */ }

Errors returned by CompressStream.

Trait Implementations

impl<T: Debug> Debug for Error<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Error<T> where
    T: Send

impl<T> Sync for Error<T> where
    T: Sync