Function etcd::members::list [] [src]

pub fn list<C>(
    client: &Client<C>
) -> Box<Future<Item = Response<Vec<Member>>, Error = Vec<Error>>> where
    C: Clone + Connect

Lists the members of the cluster.

Parameters

  • client: A Client to use to make the API call.