Skip to main content

get_handler_help

Function get_handler_help 

Source
pub fn get_handler_help(
    handler: Arc<dyn Handler>,
    ctx: &Arc<dyn Context>,
) -> String
Expand 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.