Module neon::types::function [−][src]
Expand description
Types and traits for working with JavaScript functions.
Structs
A builder for making a JavaScript function call like parseInt("42").
A builder for making a JavaScript constructor call like new Array(16).
Traits
The trait for specifying arguments in a CallOptions
or ConstructOptions. This trait is sealed and cannot
be implemented by types outside of the Neon crate.