Skip to main content

js_null

Type Alias js_null 

Source
pub type js_null = ();
Available on crate feature js only.
Expand description

⚙️ The JavaScript null value.


📍 lang/prog/ffi/js


Though null is distinct from undefined in JavaScript, both are often treated interchangeably. In Rust, null is mapped to the unit type ().