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