Trait wasm_rpc::Responsable[][src]

pub trait Responsable {
    fn to_response(self) -> Pointer;
}

Required Methods

Implementations on Foreign Types

impl Responsable for Result<Value, Error>
[src]

impl Responsable for Result<(), Error>
[src]

impl Responsable for Result<u32, Error>
[src]

impl Responsable for Result<Vec<u8>, Error>
[src]

impl Responsable for Result<BTreeMap<String, Value>, Error>
[src]

Implementors