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