macro_rules! field_assert {
($check_name:ident where $struct:ident, $field:ident == $size:literal ) => { ... };
}Expand description
macro to test the size of struct fieldss
macro_rules! field_assert {
($check_name:ident where $struct:ident, $field:ident == $size:literal ) => { ... };
}macro to test the size of struct fieldss