//! Stream adaptors use super::*; pub struct ThrottleAdaptor { reader: R, timeout_provider: T }