Enum wombo::WomboErrorKind [] [src]

pub enum WomboErrorKind {
    SendError,
    Canceled,
    NotInitialized,
    Unknown,
}

Variants

An error sending a message over an mpsc sender.

See futures::Canceled.

An error indicating the Wombo instance is not initialized.

An unknown error.

Methods

impl WomboErrorKind
[src]

[src]

Trait Implementations

impl Clone for WomboErrorKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for WomboErrorKind
[src]

[src]

Formats the value using the given formatter.

impl Eq for WomboErrorKind
[src]

impl PartialEq for WomboErrorKind
[src]

[src]

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

1.0.0
[src]

This method tests for !=.