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

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

Provided methods

fn visit(self, _: &mut AllowedMentions)

Loading content...

Implementors

impl VisitAllowedMentionsRoles for ExplicitRole[src]

impl VisitAllowedMentionsRoles for Parsed[src]

impl VisitAllowedMentionsRoles for Unspecified[src]

Loading content...