pub fn parse_lc_config<T, F>(
value: &Value,
parse_effect: &F,
) -> Result<LcSingleActionConfig<T>, String>Expand description
Finalizes a HOCON value into a typed [LcConfig<T>] by invoking parse_effect
on the effect value. The closure owns all effect-type knowledge — the library
only handles the collision-kind plumbing.