Skip to main content

SystemApi

Trait SystemApi 

Source
pub trait SystemApi {
    type Error;

    // Required method
    fn get_agent_version(&self) -> Result<VersionResponse, Self::Error>;
}

Required Associated Types§

Required Methods§

Source

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

Get Agent Version

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§