[][src]Trait golem_rpc_api::core::AsGolemCore

pub trait AsGolemCore: RpcEndpoint {
    fn as_golem<'a>(&'a self) -> GolemCore<'a, Self>;
}

Required methods

fn as_golem<'a>(&'a self) -> GolemCore<'a, Self>

Loading content...

Implementors

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

Loading content...