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]
fn into_inner(self) -> T[src]
Return ownership of contained message
Trait Implementations
impl<T> Display for QueueError<T>[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more