[][src]Trait wasm_rpc::Responsable

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

Required methods

fn to_response(self) -> Pointer

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...