1
if let Some(v) = {{ param }} { __target.{{ name }} = Some(v.into_iter().map(|w| {{ unwrap_expr }}).collect()); }