Skip to main content

format_grade_line

Function format_grade_line 

Source
pub fn format_grade_line(
    label: &str,
    grade: LetterGrade,
    value: Option<&str>,
    nc: bool,
    theme: Theme,
) -> String
Expand description

Format a grade line with label, grade, and optional value.