Trait serenity::model::Mentionable [] [src]

pub trait Mentionable {
    fn mention(&self) -> String;
}

Allows something - such as a channel or role - to be mentioned in a message.

Required Methods

Implementors