Macro kidou::orbit::init_struct[][src]

macro_rules! init_struct {
    ($(#[$attr : meta]) * $vis : vis struct $name :
 ident($type : ty, $expr : expr)
 { $(#[$field_doc : meta] $field : ident,) * }) => { ... };
}
Expand description

Create a struct with a common fields type and a default initializer