Type Alias GuildChannelRef

Source
pub type GuildChannelRef<'a> = CacheRef<'a, GuildId, GuildChannel, Guild>;

Aliased Typeยง

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