macro_rules! api_struct {
($struct:item) => { ... };
}
Expand description
Wrap a struct with common derives and serde required attributes.
macro_rules! api_struct {
($struct:item) => { ... };
}
Wrap a struct with common derives and serde required attributes.