[−][src]Struct node_bindgen::core::val::JsCallbackFunction
Js callback function
Implementations
impl JsCallbackFunction[src]
pub fn call<T>(
&self,
rust_argv: Vec<T, Global>
) -> Result<*mut napi_value__, NjError> where
T: TryIntoJs, [src]
&self,
rust_argv: Vec<T, Global>
) -> Result<*mut napi_value__, NjError> where
T: TryIntoJs,
invoke
Trait Implementations
impl<'_> JSValue<'_> for JsCallbackFunction[src]
pub fn label() -> &'static str[src]
pub fn convert_to_rust(
env: &JsEnv,
js_value: *mut napi_value__
) -> Result<JsCallbackFunction, NjError>[src]
env: &JsEnv,
js_value: *mut napi_value__
) -> Result<JsCallbackFunction, NjError>
impl Send for JsCallbackFunction[src]
impl Sync for JsCallbackFunction[src]
Auto Trait Implementations
impl RefUnwindSafe for JsCallbackFunction[src]
impl Unpin for JsCallbackFunction[src]
impl UnwindSafe for JsCallbackFunction[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<'a, T> ExtractArgFromJs<'a> for T where
T: JSValue<'a> + ?Sized, [src]
T: JSValue<'a> + ?Sized,
pub fn label() -> &'static str[src]
pub fn convert_arg_at(js_cb: &'a JsCallback, index: usize) -> Result<T, NjError>[src]
impl<'a, T> ExtractFromJs<'a> for T where
T: JSValue<'a> + ?Sized, [src]
T: JSValue<'a> + ?Sized,
pub fn label() -> &'static str[src]
pub fn extract(js_cb: &'a mut JsCallback) -> Result<T, NjError>[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,