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