pub type DynTransport = Arc<dyn Transport>;
Trait-object Transport.
pub struct DynTransport { /* private fields */ }