1use super::DigitalServoDataType; 2 3mod impls; 4 5pub trait IntoDigitalServoDataType { 6 fn data_type() -> DigitalServoDataType; 7}