Macro unit_struct

Source
macro_rules! unit_struct {
    ($name:ident) => { ... };
}