pub type BundleSessionInfoSnapshotById = BTreeMap<String, UserInfo>;Expand description
info_change payloads use string keys from bundle_session_info_key
integer and string user ids that stringify to the same key collide, so the
later entry wins
Aliased Typeยง
pub struct BundleSessionInfoSnapshotById { /* private fields */ }