Function conjure_oxide::utils::testing::save_minion_solutions_json

source ยท
pub fn save_minion_solutions_json(
    solutions: &Vec<HashMap<Name, Constant>>,
    path: &str,
    test_name: &str,
    accept: bool,
) -> Result<Value, Error>