Trait wrpc_runtime_wasmtime::WrpcView

source ·
pub trait WrpcView<C: Invoke>: Send {
    // Required method
    fn client(&self) -> &C;
}

Required Methods§

source

fn client(&self) -> &C

Implementors§