type InstrumentedAsyncWrite = InstrumentedAsyncWrite<'static, FuturesAsyncWriter>;Aliased Type§
struct InstrumentedAsyncWrite {
inner: FuturesAsyncWriter,
write_byte_count: CounterGuard<'static>,
write_count: CounterGuard<'static>,
flush_count: CounterGuard<'static>,
}Fields§
§inner: FuturesAsyncWriter§write_byte_count: CounterGuard<'static>§write_count: CounterGuard<'static>§flush_count: CounterGuard<'static>