Module binding

Module binding 

Source
Expand description

Context-level exposed function bindings.

This module provides functionality for exposing Rust functions to JavaScript across all pages in a browser context.

Structs§

ContextBinding
Stored binding information for context-level functions.
ContextBindingRegistry
Registry for context-level exposed functions.

Type Aliases§

ContextBindingCallback
Type alias for the binding callback function.