pub type DynDevicePort = Arc<dyn DevicePort>;Expand description
Shared trait-object type for device controllers.
Aliased Typeยง
pub struct DynDevicePort { /* private fields */ }pub type DynDevicePort = Arc<dyn DevicePort>;Shared trait-object type for device controllers.
pub struct DynDevicePort { /* private fields */ }