Trait ddc::DdcCommandRawMarker [] [src]

pub trait DdcCommandRawMarker: DdcCommandRaw where
    Self::Error: From<ErrorCode>, 
{ fn set_sleep_delay(&mut self, delay: Delay); }

Using this marker trait will automatically implement the DdcCommand trait.

Required Methods

Sets an internal Delay that must expire before the next command is attempted.

Implementors