[][src]Trait wasmdbg::value::WrapTo

pub trait WrapTo<T> {
    fn wrap_to(self) -> T;
}

Required methods

fn wrap_to(self) -> T

Loading content...

Implementations on Foreign Types

impl WrapTo<u8> for u8[src]

impl WrapTo<u8> for u16[src]

impl WrapTo<u8> for u32[src]

impl WrapTo<u16> for u32[src]

impl WrapTo<u8> for u64[src]

impl WrapTo<u16> for u64[src]

impl WrapTo<u32> for u64[src]

Loading content...

Implementors

Loading content...