[][src]Trait twilight_http::request::channel::allowed_mentions::VisitAllowedMentionsEveryone

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

Provided methods

fn visit(self, _: &mut AllowedMentions)[src]

Loading content...

Implementors

impl VisitAllowedMentionsEveryone for Parsed[src]

impl VisitAllowedMentionsEveryone for Unspecified[src]

Loading content...