Module binding

Module binding 

Source
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§

BindingManager
Manager for exposed function bindings on a page.

Type Aliases§

BindingCallback
Type alias for the binding callback function.