pub fn get_roles<C>( client: &Client<C>, ) -> impl Future<Item = Response<Vec<Role>>, Error = Vec<Error>> + Sendwhere C: Clone + Connect + Sync + 'static,
Gets all roles.