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

5 lines
84 B
Rust
Raw Normal View History

2020-07-18 03:00:48 +09:00
use super::Value;
#[derive(Clone, Copy)]
2020-07-18 03:00:48 +09:00
pub struct JsUndefined(pub(crate) Value);