pub type KeyBackupEvent = GlobalAccountDataEvent<KeyBackupEventContent>;Expand description
An m.key_backup event.
Aliased Type§
pub struct KeyBackupEvent {
pub content: KeyBackupEventContent,
}Fields§
§content: KeyBackupEventContentData specific to the event type.