new_struct

Macro new_struct 

Source
macro_rules! new_struct {
    (
        ($($cb: tt)*),
        [$($strct: tt)*],
    ) => { ... };
    (
        ($($cb: path)?, $($common_meta: tt)*),
        [$($strct: tt)*],
        $tt: tt
        $($tail: tt)*
    ) => { ... };
}