Type Alias BoxedAsyncReadAndWrite

Source
pub type BoxedAsyncReadAndWrite = Box<dyn AsyncReadAndWrite>;

Aliased Typeยง

pub struct BoxedAsyncReadAndWrite(/* private fields */);