mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
Derive Debug for Timeout and TimeoutToken
This commit is contained in:
@@ -6,6 +6,7 @@ use futures::task;
|
||||
use reactor::{Message, Handle, Remote};
|
||||
|
||||
/// A token that identifies an active timeout.
|
||||
#[derive(Debug)]
|
||||
pub struct TimeoutToken {
|
||||
token: usize,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user