Skip to content

Commit

Permalink
Update samples/custom-structures-client/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sander van Harmelen <[email protected]>
  • Loading branch information
oroulet and svanharmelen authored Jan 8, 2025
1 parent 690c383 commit 6355dae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/custom-structures-client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ async fn read_structure_var(session: &Arc<Session>, ns: u16) -> Result<(), Statu
panic!("Unexpected variant type");
};
let val: DynamicStructure = *val.into_inner_as().unwrap();

dbg!(&val.get_field(0));
dbg!(&val.get_field(1));
dbg!(&val.get_field(2));
Expand Down

0 comments on commit 6355dae

Please sign in to comment.