Type Alias mozjs::jsapi::JS::SelfHostedWriter
source · pub type SelfHostedWriter = Option<unsafe extern "C" fn(_: *mut JSContext, _: [u64; 2]) -> bool>;
Aliased Type§
enum SelfHostedWriter {
None,
Some(unsafe extern "C" fn(_: *mut JSContext, _: [u64; 2]) -> bool),
}