Trait wasm_bindgen::convert::FromRefWasmBoundary [] [src]

pub trait FromRefWasmBoundary: WasmBoundary {
    type RefAnchor: Deref<Target = Self>;
    unsafe fn from_js_ref(js: Self::Js) -> Self::RefAnchor;
}

Associated Types

Required Methods

Implementors