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.
macro_rules! static_assert {
($exp:expr, $msg:expr) => { ... };
}Statically assert an expression with an error message.
This is used internally by the dynamic-plugin macros.