Expand description
Provides custom error types and a result type alias for error handling in Feather-TUI.
Enums§
- Ftui
Error - An
enumrepresenting all possible errors that can occur inFeather-TUI.
Type Aliases§
- Ftui
Result - A convenient alias for
Result<T, FtuiError>.