Macro kidou::orbit::def_struct [−][src]
macro_rules! def_struct {
($(#[$attr : meta]) * $vis : vis struct $name : ident($type : ty)
{ $(#[$field_doc : meta] $field : ident,) * }) => { ... };
}
Expand description
Create a struct with a common fields type