napi-rs/napi/src/js_values/undefined.rs

4 lines
61 B
Rust
Raw Normal View History

2020-07-18 03:00:48 +09:00
use super::Value;
pub struct JsUndefined(pub(crate) Value);