[][src]Trait wasm_rpc::Referenceable

pub unsafe trait Referenceable {
    fn as_pointer(&self) -> Pointer;
}

Required methods

fn as_pointer(&self) -> Pointer

Loading content...

Implementations on Foreign Types

impl Referenceable for Vec<u8>[src]

impl Referenceable for String[src]

impl Referenceable for Vec<Value>[src]

Loading content...

Implementors

impl Referenceable for Value[src]

Loading content...