pub type SecretStorageKeyEvent = GlobalAccountDataEvent<SecretStorageKeyEventContent>;Expand description
An m.secret_storage.key.* event.
Aliased Type§
pub struct SecretStorageKeyEvent {
pub content: SecretStorageKeyEventContent,
}Fields§
§content: SecretStorageKeyEventContentData specific to the event type.