1
if let Some(v) = {{ param }} { __target.{{ name }} = Some(v.into_iter().map(|w| std::sync::Arc::new(w.0)).collect()); }