Macro create

Source
macro_rules! create {
    (
        $struct_kind: ty {
            $($field: ident: $value: expr),* $(,)?
        }
    ) => { ... };
}
Expand description

Create a bit_struct