Module dioxus_html::eval
source · Structs§
- A wrapper around the target platform’s evaluator.
Enums§
- Represents an error when evaluating JavaScript
Traits§
- A struct that implements EvalProvider is sent through
ScopeState’s provide_context function so that [use_eval] can provide a platform agnostic interface for evaluating JavaScript code. - The platform’s evaluator.
Functions§
- Get a struct that can execute any JavaScript.