Type Alias skua::cache::GuildChannelRef

source ·
pub type GuildChannelRef<'a> = CacheRef<'a, GuildId, GuildChannel, Guild>;
Available on crate feature cache only.

Aliased Type§

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