Macro static_assert

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

Statically assert an expression with an error message.

This is used internally by the dynamic-plugin macros.