Function etcd::auth::delete_role

source ·
pub fn delete_role<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 role.