Debug subscription events, updates, and their typed payloads.
Implementations live in debug/; this file is the module root so no debug/mod.rs is used.
debug/
debug/mod.rs
pub use data::*;
pub use event::*;
pub use update::*;