Type Definition slashy::commands::CommandFunction[][src]

type CommandFunction = fn(_: &CommandContext) -> BoxFuture<'_, CommandResult>;
Expand description

A function run for a command