Thanks to visit codestin.com
Credit goes to docs.rs

Undefined

Type Alias Undefined 

Source
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ยง

pub struct Undefined(/* private fields */);