Function strip_generics_from_path_segment

Source
fn strip_generics_from_path_segment(
    segment: Vec<char>,
) -> Result<Symbol, MalformedGenerics>