Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

assert_type

Macro assert_type 

Source
macro_rules! assert_type {
    ($a:ty) => { ... };
}
Expand description

Asserts that a type is True, aka B1.