[][src]Trait golem_rpc_api::concent::AsGolemConcent

pub trait AsGolemConcent: RpcEndpoint {
    fn as_golem_concent<'a>(&'a self) -> GolemConcent<'a, Self>;
}

Required methods

fn as_golem_concent<'a>(&'a self) -> GolemConcent<'a, Self>

Loading content...

Implementors

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

Loading content...