[][src]Trait golem_rpc_api::terms::AsGolemTerms

pub trait AsGolemTerms: RpcEndpoint {
    fn as_golem_terms<'a>(&'a self) -> GolemTerms<'a, Self>;
}

Required methods

fn as_golem_terms<'a>(&'a self) -> GolemTerms<'a, Self>

Loading content...

Implementors

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

Loading content...