[][src]Trait isilon::apis::LocalApi

pub trait LocalApi {
    fn get_cluster_time(
        &self
    ) -> Box<dyn Future<Item = ClusterTimeExtendedExtended, Error = Error>>; }

Required methods

fn get_cluster_time(
    &self
) -> Box<dyn Future<Item = ClusterTimeExtendedExtended, Error = Error>>

Loading content...

Implementors

impl<C: Connect + 'static> LocalApi for LocalApiClient<C>[src]

Loading content...