Trait node_bindgen::core::NjFutureExt [−][src]
Provided methods
pub fn try_to_js(self, js_env: &JsEnv) -> Result<*mut napi_value__, NjError> where
Self: Send + 'static,
Self::Output: TryIntoJs,
[src]
Self: Send + 'static,
Self::Output: TryIntoJs,
Implementors
impl<T> NjFutureExt for T where
T: Future + ?Sized,
[src]
T: Future + ?Sized,