Enum futures_sink::VecSinkError[][src]

pub enum VecSinkError {}

The error type for Vec and VecDequeue when used as Sinks. Values of this type can never be created.

Trait Implementations

impl Copy for VecSinkError
[src]

impl Clone for VecSinkError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VecSinkError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for VecSinkError

impl Sync for VecSinkError