[][src]Type Definition serenity::framework::standard::DispatchHook

type DispatchHook = dyn Fn(&mut Context, &Message, DispatchError) + Send + Sync + 'static;