Type Alias CheckFn

Source
pub type CheckFn = for<'a> fn(&'a Context, &'a CommandInteraction, &'a Command) -> BoxFuture<'a, Result<(), Reason>>;