Expand description
Module containing the Input struct.
Structs§
Enums§
- Error
- An error occurred while parsing the input element or while working with it.
- Input
Type - The supported html input elements.
Type Aliases§
- Result
- Short-hand for
std::result::Result<T, no_browser::input::Error>.