Read a configuration file: Difference between revisions

m
Line 4,281:
"favouritefruit" => cfg.favourite_fruit = parameters.get(0).cloned(),
"needspeeling" => cfg.needs_peeling = true,
"seedsremoved" => cfg.needs_peelingseeds_removed = true,
"otherfamily" => cfg.other_family = Some(parameters),
_ => (),
Anonymous user