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

type CommandResult<T = ()> = Result<T, CommandError>;
Expand description

The return type of CommandFunction