Module rquickjs_core::function

source ·
Expand description

JS functions and rust callbacks.

Structs

  • Asyncfutures
    The wrapper for async functons
  • The input for function call
  • The wrapper for function to convert is into JS
  • Rust representation of a javascript function.
  • The wrapper for method functions
  • The wrapper for mutable functions
  • The wrapper for once functions
  • The wrapper to get optional argument from input
  • The wrapper the rest arguments from input
  • The wrapper to get this from input

Traits

  • A helper trait to pass arguments on a function calls.
  • The trait to wrap rust function to JS directly
  • A helper trait to prepare inputs for function calls