field_assert

Macro field_assert 

Source
macro_rules! field_assert {
    ($check_name:ident where $struct:ident, $field:ident == $size:literal ) => { ... };
}
Expand description

macro to test the size of struct fieldss