Enum futures_util::sink::DrainError [−][src]
pub enum DrainError {}
The error type for the Drain
sink.
Methods
impl DrainError
[src]
impl DrainError
Trait Implementations
impl Debug for DrainError
[src]
impl Debug for DrainError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for DrainError
[src]
impl Display for DrainError
fn fmt(&self, _: &mut Formatter) -> Result
[src]
fn fmt(&self, _: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for DrainError
[src]
impl Error for DrainError
Auto Trait Implementations
impl Send for DrainError
impl Send for DrainError
impl Sync for DrainError
impl Sync for DrainError