Structs§
- AppError
- Global error type Use in basically all scenarios where an error is needed.
- Setup
Error
Functions§
- html_ok
- Shortcut to wrap a result in html. Will consume the input.
- json_ok
- Shortcut to wrap a result in json. Will consume the input.
Type Aliases§
- AppResult
- Use this for most functions that return a result
- Html
Result - If you are returning HTML, use this.
- Json
Result - If you are returning JSON, use this.
- Setup
Result