Trait morseclock::ClockHand [−][src]
pub trait ClockHand {
const GRANULARITY: u8;
const MAX: u8;
fn to_long_short(value: u8) -> (u8, u8);
}Expand description
A trait describing the properties of a clock hand
Associated Constants
const GRANULARITY: u8
const GRANULARITY: u8
The granularity of the given hand