parse_typedef

Function parse_typedef 

Source
pub fn parse_typedef(input: &str) -> IResult<&str, Typedef>
Expand description

Parse a type identifier from input (supports scalar, array, collection, and specials).