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