Type Definition boa::js::function::NativeFunctionData

source ·
pub type NativeFunctionData = fn(_: Value, _: Value, _: Vec<Value>) -> ResultValue;

Trait Implementations

Convert this value to a Javascript value
Convert this value to a Rust value