pub trait OutputSpeed {
    fn output_speed(&self) -> U2;
}
Expand description

Configures output speed

Required Methods

Converts type state to actual bits

Implementors