[][src]Trait golem_rpc_api::comp::AsGolemComp

pub trait AsGolemComp: RpcEndpoint {
    fn as_golem_comp<'a>(&'a self) -> GolemComp<'a, Self>;
}

Required methods

fn as_golem_comp<'a>(&'a self) -> GolemComp<'a, Self>

Loading content...

Implementors

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

Loading content...