Trait neon::types::function::Arguments [−][src]
pub trait Arguments<'a>: ArgumentsInternal<'a> { }Expand description
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.
Note: This trait is implemented for tuples of up to 32 JavaScript values, but for the sake of brevity, only tuples up to size 8 are shown in this documentation.