[][src]Trait golem_rpc_api::rpc::AsInvoker

pub trait AsInvoker: RpcEndpoint {
    fn as_invoker<'a>(&'a self) -> Invoker<'a, Self>;
}

Required methods

fn as_invoker<'a>(&'a self) -> Invoker<'a, Self>

Loading content...

Implementors

impl<Inner: RpcEndpoint> AsInvoker for Inner[src]

Loading content...