Enum magic_wormhole::core::InputHelperError
source · pub enum InputHelperError {
Inactive,
MustChooseNameplateFirst,
AlreadyChoseNameplate,
AlreadyChoseWords,
}Variants§
Trait Implementations§
source§impl Debug for InputHelperError
impl Debug for InputHelperError
source§impl Display for InputHelperError
impl Display for InputHelperError
source§impl Error for InputHelperError
impl Error for InputHelperError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more