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

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

Provided methods

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

Loading content...

Implementors

impl VisitAllowedMentionsRoles for ExplicitRole[src]

impl VisitAllowedMentionsRoles for Parsed[src]

impl VisitAllowedMentionsRoles for Unspecified[src]

Loading content...