macro_rules! default_union {
($union:ident, $field:ident) => { ... };
}
Expand description
Create a union value containing a default value in one of its arms.
The field names a union field which must have the same size as the union itself.
macro_rules! default_union {
($union:ident, $field:ident) => { ... };
}
Create a union value containing a default value in one of its arms.
The field names a union field which must have the same size as the union itself.