diff options
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.rs | 5 |
1 files changed, 5 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 745bc9d..856d60f 100644 --- a/examples/15-transient-0/output/rust/src/gen/data.rs +++ b/examples/15-transient-0/output/rust/src/gen/data.rs @@ -122,6 +122,11 @@ pub struct StructWithNative { } #[derive(Clone, Debug, Hash, PartialEq)] +pub struct StructWithGenericNative { + pub a: crate::data::GenericNative::<::core::primitive::i32, ::std::string::String>, +} + +#[derive(Clone, Debug, Hash, PartialEq)] pub struct StructWithBox { pub inner: ::std::boxed::Box::<crate::data::StructWithInt32>, } |
