get_flags_section

Function get_flags_section 

Source
pub fn get_flags_section<F>(
    signature: &Signature,
    help_style: &HelpStyle,
    formatter: F,
) -> String
where F: FnMut(FormatterValue<'_>) -> String,