This website requires JavaScript.
Explore
Help
Sign in
naskya
/
napi-rs
Watch
1
Star
0
Fork
You've already forked napi-rs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
99e17c7294
napi-rs
/
crates
/
napi
/
src
/
bindgen_runtime
/
js_values
/
function.rs
6 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
fix(napi): missing ValidateNapiValue trait for types
2022-03-05 23:19:51 +08:00
use
super
::
ValidateNapiValue
;
feat(napi): create ThreadsafeFunction from JsFunction
2021-11-12 17:22:57 +08:00
pub
use
crate
::
JsFunction
;
fix(napi): missing ValidateNapiValue trait for types
2022-03-05 23:19:51 +08:00
refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of
2022-07-05 17:00:45 +08:00
impl
ValidateNapiValue
for
JsFunction
{
}
Reference in a new issue
Copy permalink