Type Alias GuildChannelsRef

Source
pub type GuildChannelsRef<'a> = CacheRef<'a, GuildId, HashMap<ChannelId, GuildChannel>, Guild>;

Aliased Typeยง

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