pub type MemberRef<'a> = CacheRef<'a, GuildId, Member, Guild>;
struct MemberRef<'a> { /* private fields */ }