static_assert

Macro static_assert 

Source
macro_rules! static_assert {
    ($e:expr) => { ... };
    ($e:expr, $msg:expr) => { ... };
}