[][src]Function tinyrs::parse_java_type

pub fn parse_java_type<'a, E: ParseError<&'a str>>(
    input: &'a str
) -> IResult<&'a str, JavaType, E>