pub enum MorseError {
UnsupportedCode,
SequenceTooLong,
}Expand description
Morse code conversion errors
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MorseError
impl RefUnwindSafe for MorseError
impl Send for MorseError
impl Sync for MorseError
impl Unpin for MorseError
impl UnwindSafe for MorseError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more