[][src]Trait em_node_agent_client::SystemApiMut

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

Associated Types

type Error

Loading content...

Required methods

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

Get Agent Version

Loading content...

Implementors

impl<T, E> SystemApiMut for T where
    T: SystemApi<Error = E>, 
[src]

type Error = E

Loading content...