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