module_gens_from_json

Function module_gens_from_json 

Source
pub(crate) fn module_gens_from_json(
    gens: &Value,
) -> (BiVec<usize>, BiVec<Vec<String>>, impl for<'a> Fn(&'a str) -> Result<(i32, usize)> + '_)