Trait light_morse::MorseSubstitution [] [src]

pub trait MorseSubstitution {
    fn to_morse(&self, morse_type: MorseType) -> Morse;
}

Required Methods

Implementors