Trait ddc::DdcCommandMarker [] [src]

pub trait DdcCommandMarker: DdcCommand where
    Self::Error: From<ErrorCode>, 
{ }

Using this marker trait will automatically implement the Ddc and DdcTable traits.

Implementors