diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-25 17:10:42 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-25 17:10:42 +0100 |
| commit | 6b4c2931d7861c8e03b4341a057ba421c7e9b507 (patch) | |
| tree | 1187f20fae5050410753639e7d8ecd54c5dd55cb /examples/11-transient-0/output/rust/src/gen/data.rs | |
| parent | be55353a0bb22c39155e55c8571260c7dc3bba67 (diff) | |
Rename StructWithShared to StructWithListOfShared
Diffstat (limited to 'examples/11-transient-0/output/rust/src/gen/data.rs')
| -rw-r--r-- | examples/11-transient-0/output/rust/src/gen/data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/11-transient-0/output/rust/src/gen/data.rs b/examples/11-transient-0/output/rust/src/gen/data.rs index 75efcc8..d31f341 100644 --- a/examples/11-transient-0/output/rust/src/gen/data.rs +++ b/examples/11-transient-0/output/rust/src/gen/data.rs @@ -90,6 +90,6 @@ pub struct StructWithSum { } #[derive(Debug, PartialEq)] -pub struct StructWithShared { +pub struct StructWithListOfShared { pub inner: ::std::vec::Vec::<::std::sync::Arc::<crate::data::StructWithInt32>>, } |
