pub trait ToJsArgs {
    fn to_js_args(self, env: NapiEnv) -> NapiResult<JsArgs>;
fn len() -> usize; }
Expand description

Trait for types convertible to any number of Js values.

Required methods

Implementations on Foreign Types

Implementors