pub trait Mention { // Required method fn mention(&self) -> String; }
Trait for items that can be mentioned in Discord.
Returns the mention string for this item (e.g., <@123>).