Function etcd::auth::delete_user

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

Deletes a user.