[][src]Trait interact_prompt::Handler

pub trait Handler {
    fn receive_interaction(&self, intr: Interaction) -> Response { ... }
}

This trait defines an optional handler for prompt commands. This allows to override the behavior of the handler for ().

Provided methods

Loading content...

Implementations on Foreign Types

impl Handler for ()[src]

Loading content...

Implementors

Loading content...