//! The util module rexports some tools from mio in order to facilitate handling timeouts.
/// Used to identify some timed-out event.
pubusemio::Token;/// A handle to a specific timeout.
pubusemio_extras::timer::Timeout;#[cfg(any(feature ="ssl", feature ="nativetls"))]/// TcpStream underlying the WebSocket
pubusemio::tcp::TcpStream;