[][src]Trait em_node_agent_client::SystemApi

pub trait SystemApi {
    type Error;
    fn get_agent_version(&self) -> Result<VersionResponse, Self::Error>;
}

Associated Types

type Error

Loading content...

Required methods

fn get_agent_version(&self) -> Result<VersionResponse, Self::Error>

Get Agent Version

Loading content...

Implementors

Loading content...