Function etcd::auth::disable

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

Attempts to disable the auth system.