Enum clashctl_tui::Error [−][src]
pub enum Error {
InteractiveError(Error),
ClashCtl(Error),
TuiError(Error),
TuiBackendErr,
TuiInterupttedErr,
TuiInternalErr,
SetLoggerError(SetLoggerError),
}Variants
InteractiveError(Error)
Tuple Fields
0: ErrorClashCtl(Error)
TuiError(Error)
Tuple Fields
0: ErrorTuiBackendErr
TuiInterupttedErr
TuiInternalErr
SetLoggerError(SetLoggerError)
Tuple Fields
Trait Implementations
Performs the conversion.
