Module input

Module input 

Source
Expand description

Module containing the Input struct.

Structs§

Input
Struct Input represents a parsed html form input element.

Enums§

Error
An error occurred while parsing the input element or while working with it.
InputType
The supported html input elements.

Type Aliases§

Result
Short-hand for std::result::Result<T, no_browser::input::Error>.