diff options
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>>, } |
