Skip to main content

CommandHandler

Type Alias CommandHandler 

Source
pub type CommandHandler<C> = fn(err: Error, context: &mut C) -> Result<i32>;