pub type ChannelMessagesRef<'a> = CacheRef<'a, ChannelId, HashMap<MessageId, Message>>;
Available on crate feature cache only.

Aliased Type§

struct ChannelMessagesRef<'a> { /* private fields */ }