pub type IdentityServerEvent = GlobalAccountDataEvent<IdentityServerEventContent>;Expand description
An m.identity_server event.
Aliased Type§
pub struct IdentityServerEvent {
pub content: IdentityServerEventContent,
}Fields§
§content: IdentityServerEventContentData specific to the event type.