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 input to rust callback functions containing its arguments.
  • struct for accessing function arguments
  • 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
  • A method which takes a class type as a self argument.
  • The wrapper to get this from input

Traits