Trait wasm_bindgen::convert::ToRefWasmBoundary [] [src]

pub trait ToRefWasmBoundary: WasmBoundary {
    fn to_js_ref(&self) -> u32;
}

Required Methods

Implementors