⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
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

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions