geoengine-api-client 0.9.2

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
--- rust/src/models/default.rs
+++ rust/src/models/default.rs
@@ -31,7 +31,7 @@
     Default,
 }
 
-impl Default for Type {
+impl std::default::Default for Type {
     fn default() -> Type {
         Self::Default
     }