Type Alias ruma::events::identity_server::IdentityServerEvent

source ·
pub type IdentityServerEvent = GlobalAccountDataEvent<IdentityServerEventContent>;
Available on crate feature events only.
Expand description

An m.identity_server event.

Aliased Type§

struct IdentityServerEvent {
    pub content: IdentityServerEventContent,
}

Fields§

§content: IdentityServerEventContent

Data specific to the event type.