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