Trait wasm_bindgen::convert::RefFromWasmAbi[][src]

pub trait RefFromWasmAbi: WasmDescribe {
    type Abi: WasmAbi;
    type Anchor: Deref<Target = Self>;
    unsafe fn ref_from_abi(js: Self::Abi, extra: &mut Stack) -> Self::Anchor;
}

Associated Types

Required Methods

Implementations on Foreign Types

impl RefFromWasmAbi for [u8]
[src]

impl RefFromWasmAbi for [i8]
[src]

impl RefFromWasmAbi for [u16]
[src]

impl RefFromWasmAbi for [i16]
[src]

impl RefFromWasmAbi for [u32]
[src]

impl RefFromWasmAbi for [i32]
[src]

impl RefFromWasmAbi for [u64]
[src]

impl RefFromWasmAbi for [i64]
[src]

impl RefFromWasmAbi for [f32]
[src]

impl RefFromWasmAbi for [f64]
[src]

impl RefFromWasmAbi for str
[src]

Implementors