pub type SecretStorageKeyEvent = GlobalAccountDataEvent<SecretStorageKeyEventContent>;
Expand description

An m.secret_storage.key.* event.

Aliased Type§

struct SecretStorageKeyEvent {
    pub content: SecretStorageKeyEventContent,
}

Fields§

§content: SecretStorageKeyEventContent

Data specific to the event type.