Struct tk_pool::queue::QueueError [] [src]

pub struct QueueError<V>(_);

Error returned by the sink, when underlying pool is closed

The error contains underlying item that was sent using start_send

Methods

impl<T> QueueError<T>
[src]

[src]

Return ownership of contained message

Trait Implementations

impl<T> Display for QueueError<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T> Debug for QueueError<T>
[src]

[src]

Formats the value using the given formatter.

impl<T> Error for QueueError<T>
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more