Struct tokio_timer::delay_queue::Key [−][src]
pub struct Key { /* fields omitted */ }
Token to a value stored in a DelayQueue
.
Instances of Key
are returned by DelayQueue::insert
. See DelayQueue
documentation for more details.