pub type SecretStorageDefaultKeyEvent = GlobalAccountDataEvent<SecretStorageDefaultKeyEventContent>;
Available on crate feature events only.
Expand description

An m.secret_storage.default_key event.

Aliased Type§

struct SecretStorageDefaultKeyEvent {
    pub content: SecretStorageDefaultKeyEventContent,
}

Fields§

§content: SecretStorageDefaultKeyEventContent

Data specific to the event type.