Enum sink_splitter::Error [] [src]

pub enum Error<K, V, E> where
    K: Eq + Hash
{ OutputSinkDoesNotExist { key: K, value: V, }, OutputSinkStartSend { key: K, error: E, }, OutputSinkPollComplete(Vec<(K, E)>), OutputSinkClose(Vec<(K, E)>), }

Variants

Fields of OutputSinkDoesNotExist

Fields of OutputSinkStartSend

Trait Implementations

impl<K: Debug, V: Debug, E: Debug> Debug for Error<K, V, E> where
    K: Eq + Hash
[src]

[src]

Formats the value using the given formatter.

impl<K: PartialEq, V: PartialEq, E: PartialEq> PartialEq for Error<K, V, E> where
    K: Eq + Hash
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.