1 2 3
if let Ok(__v) = ::serde_json::to_value({{ param }}) { if let Ok(t) = ::serde_json::from_value(__v) { __target.{{ name }} = t; } }