[][src]Trait golem_rpc_api::res::AsGolemRes

pub trait AsGolemRes: RpcEndpoint {
    fn as_golem_res<'a>(&'a self) -> GolemRes<'a, Self>;
}

Required methods

fn as_golem_res<'a>(&'a self) -> GolemRes<'a, Self>

Loading content...

Implementors

impl<Endpoint: RpcEndpoint> AsGolemRes for Endpoint[src]

Loading content...