diff --git a/src/gateway.rs b/src/gateway.rs index a3d0d1b..58a2bdd 100644 --- a/src/gateway.rs +++ b/src/gateway.rs @@ -297,6 +297,8 @@ impl GatewayHandle { } } +/// The value of `store`s [`HashMap`] is a [`tokio::sync::watch::channel`]. See the +/// [`Updateable`] trait for more information. pub struct Gateway { events: Arc>, heartbeat_handler: HeartbeatHandler,