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