pub trait MorseExt { type Output; // Required method fn morse(self) -> Self::Output; }
An extension trait for iterators which yield Symbols
Symbol