pub fn get_handler_help(
handler: Arc<dyn Handler>,
ctx: &Arc<dyn Context>,
) -> StringExpand description
Returns the help text for a handler, preferring static Handler::help
and falling back to Handler::dyn_help when the static text is empty.