api_struct

Macro api_struct 

Source
macro_rules! api_struct {
    ($struct:item) => { ... };
}
Expand description

Wrap a struct with common derives and serde required attributes.