pub trait ManagementClient: PollClient {
    fn reboot(&mut self, to: To) -> ClientResult<'_, Reboot, Self> { ... }
fn uptime(&mut self) -> ClientResult<'_, Uptime, Self> { ... } }
Expand description

All the other methods that are fit to expose.

Provided methods

Implementors