pub type Undefined = Value;
Expand description
For functions returning nothing. Acts as a placeholder for the return type
Should accept any type of value from javascript
It is in fact an alias for crate::js_value::Value
Note: This used to be an alias for serde_json::Value
, but was changed for performance reasons
Aliased Typeยง
struct Undefined(/* private fields */);