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