parse_functions_filtered

Function parse_functions_filtered 

Source
pub fn parse_functions_filtered(
    builtin_types: &[(String, String)],
    data: &str,
) -> Result<Vec<Function>, Error>
Expand description

parse functions from JSON data and filter out those without description or types