summaryrefslogtreecommitdiff
path: root/examples/15-transient-0/output/rust/src/gen/data.rs
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2026-08-08 23:06:06 +0100
committerMichael Williamson <mike@zwobble.org>2026-08-08 23:06:06 +0100
commit765357e0d65c3f869344d8e86321fbed72edbcd6 (patch)
tree5d278dfa4c29a069ae3edccacad74b9f3c094276 /examples/15-transient-0/output/rust/src/gen/data.rs
parent39e34d4f524f5492065ba47b6cd33d5f272cd515 (diff)
Support nested constructed native types in java-transient-0
Diffstat (limited to 'examples/15-transient-0/output/rust/src/gen/data.rs')
-rw-r--r--examples/15-transient-0/output/rust/src/gen/data.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/15-transient-0/output/rust/src/gen/data.rs b/examples/15-transient-0/output/rust/src/gen/data.rs
index 856d60f..6f1d5b5 100644
--- a/examples/15-transient-0/output/rust/src/gen/data.rs
+++ b/examples/15-transient-0/output/rust/src/gen/data.rs
@@ -124,6 +124,7 @@ pub struct StructWithNative {
#[derive(Clone, Debug, Hash, PartialEq)]
pub struct StructWithGenericNative {
pub a: crate::data::GenericNative::<::core::primitive::i32, ::std::string::String>,
+ pub b: crate::data::GenericNative::<::std::option::Option::<::std::string::String>, crate::data::GenericNative::<::std::option::Option::<::std::string::String>, crate::data::GenericNative::<::std::string::String, ::std::string::String>>>,
}
#[derive(Clone, Debug, Hash, PartialEq)]