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
fc63ba8b52
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-06 00:19:51 +09:00
use
super
::
ValidateNapiValue
;
feat(napi): create ThreadsafeFunction from JsFunction
2021-11-12 18:22:57 +09:00
pub
use
crate
::
JsFunction
;
fix(napi): missing ValidateNapiValue trait for types
2022-03-06 00:19:51 +09:00
refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of
2022-07-05 18:00:45 +09:00
impl
ValidateNapiValue
for
JsFunction
{
}
Reference in a new issue
Copy permalink