Macro static_assert_generic::static_assert

source ·
static_assert!() { /* proc-macro */ }
Expand description

The main use-case for this crate.
Macro for asserting statements at compile-time, with the possibility of passing in generics as well. Refer to to the crate-level documentation for more information.