Skip to content

Improvement: COM-API CommData derive macro #155

@bharatGoswami8

Description

@bharatGoswami8

What

User need to implement manually CommData for each type

struct UserType{
a:i32,
}

impl CommData for UserType
{
 const ID: &'static str = "UserType";
}

How

#[derive(CommData)]
struct UserType{
a:i32,
}

Estimates for realization

0

Category

  • Affects Detailed Design

Requirements / Architecture

  • Requirements / Architecture are not affected by this change?

Metadata

Metadata

Labels

Type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions