[][src]Enum futures_util::sink::DrainError

pub enum DrainError {}
[]

The error type for the Drain sink.

Methods

impl DrainError
[src]
[]

[]

Convert this drain error into any type

Trait Implementations

impl Debug for DrainError
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Display for DrainError
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Error for DrainError
[src]
[+]

[]

This method is soft-deprecated. Read more

[]

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for DrainError

impl Sync for DrainError