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