Skip to main content

bot

Attribute Macro bot 

Source
#[bot]
Expand description

Derive-like attribute that turns an impl block into a runnable IRC bot.

§Panics

Panics at compile time if the annotated impl block does not use a simple (non-generic, non-path) type name, e.g. impl MyBot { … }.