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