pub fn parse_literal_type(input: &str) -> IResult<&str, Typedef>
Parse a literal (non-array, non-special) scalar type identifier from input.
input