pub type SetMembersRoleResponse<C> = Result<Arc<MembersRoleUserResponse>, <C as ClientApi>::Error>;
pub enum SetMembersRoleResponse<C> { Ok(Arc<MembersRoleUserResponse>), Err(<C as ClientApi>::Error), }
Contains the success value
Contains the error value