Skip to main content

DynDevicePort

Type Alias DynDevicePort 

Source
pub type DynDevicePort = Arc<dyn DevicePort>;
Expand description

Shared trait-object type for device controllers.

Aliased Typeยง

pub struct DynDevicePort { /* private fields */ }