[][src]Trait em_client::SystemApi

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

Associated Types

type Error

Loading content...

Required methods

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

Get Manager Version

Loading content...

Implementors

Loading content...