pub trait BorrowToJsRuntime {
    fn borrow_to_js_runtime(&self) -> PassToJsRuntimeValue;
}

Required methods

Implementations on Foreign Types

Implementors