Function rustdoc::html::highlight::get_real_ident_class[][src]

fn get_real_ident_class(
    text: &str,
    edition: Edition,
    allow_path_keywords: bool
) -> Option<Class>
Expand description

Classifies into identifier class; returns None if this is a non-keyword identifier.