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