Function etcd::auth::enable

source ·
pub fn enable<C>(
    client: &Client<C>
) -> impl Future<Item = Response<AuthChange>, Error = Vec<Error>> + Sendwhere
    C: Clone + Connect + Sync + 'static,
Expand description

Attempts to enable the auth system.