macro_rules! assert_type {
($a:ty) => { ... };
}Expand description
Asserts that a type is True, aka B1.
main (development) branch of crypto-glue.macro_rules! assert_type {
($a:ty) => { ... };
}Asserts that a type is True, aka B1.