ruma_events/
secret.rs

1//! Module for events in the `m.secret` namespace.
2
3#[cfg(feature = "unstable-msc4385")]
4pub mod push;
5pub mod request;
6pub mod send;