#Is there an easy way to clone a hierarchy?
1 messages · Page 1 of 1 (latest)
Unfortunately no not really. There are some third part crates that can sort of do this with some restrictions but for the most part it's a non simple problem to solve due to the lack of reflection features in rust and some safety features that make structs less easy to read without explicit permission