ruma_events/
secret_storage.rs

1//! Module for events in the `m.secret_storage` namespace.
2
3pub mod default_key;
4pub mod key;
5pub mod secret;