pub trait TryBorrowToJsRuntime {
    fn try_borrow_to_js_runtime(&self) -> Option<PassToJsRuntimeValue> { ... }
}

Provided methods

Implementations on Foreign Types

Implementors