Each crate re-exports its dependencies, so, for example, you can access qt_core as qt_widgets::qt_core without adding an explicit dependency. Online documentation of ...
If a request contains multiple parameters with the same name but in different locations, the rust generator will create colliding prefixes for parameters with the same name. Using the test.yaml below ...