[][src]Trait twilight_http::request::channel::message::allowed_mentions::VisitAllowedMentionsUsers

pub trait VisitAllowedMentionsUsers: Sized {
    pub fn visit(self, _: &mut AllowedMentions) { ... }
}

Provided methods

pub fn visit(self, _: &mut AllowedMentions)

Loading content...

Implementors

impl VisitAllowedMentionsUsers for ExplicitUser[src]

impl VisitAllowedMentionsUsers for Parsed[src]

impl VisitAllowedMentionsUsers for Unspecified[src]

Loading content...