xso: add support for post-deserialization callback

This commit is contained in:
Jonas Schäfer 2025-04-05 13:38:05 +02:00
commit 8e81c41f59
8 changed files with 193 additions and 1 deletions

View file

@ -303,6 +303,7 @@ impl ExtractDef {
&from_xml_builder_ty_ident,
&state_ty_ident,
&self.parts.to_tuple_ty().into(),
None,
)?;
let from_xml_builder_ty = ty_from_ident(from_xml_builder_ty_ident.clone()).into();