xso: add specialized Xso<dyn Trait> container

This commit is contained in:
Jonas Schäfer 2025-05-02 13:51:31 +02:00 committed by Link Mauve
commit 345209bce9
3 changed files with 729 additions and 2 deletions

View file

@ -59,6 +59,8 @@ Version NEXT:
elements are valid candidates for parsing (!573).
- `Xso<dyn Trait>`, a Box-like struct which can hold a dynamically-typed
XSO, alongside related traits and (declarative) macros (!573).
- `XsoVec<dyn Trait>`, a container which can hold dynamically-typed
XSOs (!573).
* Changes
- Generated AsXml iterator and FromXml builder types are now
doc(hidden), to not clutter hand-written documentation with auto