Skip to main content

parse_type

Function parse_type 

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

Parse a type specification (backward compatibility) Parse a type specification (byte, short, long, string, etc.)

§Errors

Returns a nom parsing error if the input doesn’t match any known type