add data to structs which were missing it
This commit is contained in:
parent
3e8b96c820
commit
9d89bc56e0
3 changed files with 75 additions and 45 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use macros::RmcSerialize;
|
||||
|
||||
#[derive(RmcSerialize)]
|
||||
#[derive(RmcSerialize, Debug, Clone, Copy)]
|
||||
#[rmc_struct(0)]
|
||||
pub struct Data {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue