pub trait SensirionWriteReadCommand: SensirionCommand + Command<I2cExecutor = SensirionWriteReadCommandExecutor<Self>> { }Expand description
This trait represents a write-read-command (also called fetch-command) as specified by Sensirion. It consists of sending a command id plus some data followed by a wait period and a final read.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.