Expand description
Exposed function bindings.
This module provides functionality for exposing Rust functions to JavaScript code running in the browser. These functions can be called from JavaScript and will execute Rust code, returning the result back to JavaScript.
Structs§
- Binding
Manager - Manager for exposed function bindings on a page.
Type Aliases§
- Binding
Callback - Type alias for the binding callback function.