[][src]Trait golem_rpc_api::net::AsGolemNet

pub trait AsGolemNet: RpcEndpoint {
    fn as_golem_net<'a>(&'a self) -> GolemNet<'a, Self>;
}

Required methods

fn as_golem_net<'a>(&'a self) -> GolemNet<'a, Self>

Loading content...

Implementors

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

Loading content...