Function come::ast::function_definition::parse_parameter
source · fn parse_parameter(code: &str) -> IResult<&str, Parameter>Expand description
Parse source code to get a Parameter.
fn parse_parameter(code: &str) -> IResult<&str, Parameter>Parse source code to get a Parameter.