Expand description
Device-model traits implemented by capability crates.
These traits describe the roles a piece of hardware can play in an
application: a connectable Device, a Sensor that produces readings, an
Actuator that accepts commands, and a Telemetry source that streams
frames. A single type may implement more than one of them.