pub type js_null = ();Available on crate feature
js only.Expand description
⚙️ ∅
The JavaScript null value.
Though null is distinct from undefined in JavaScript,
both are often treated interchangeably.
In Rust, null is mapped to the unit type ().