Function etcd::auth::update_role

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

Updates an existing role.