macro_rules! isl_require {
($expression:expr => $fmt_string:literal $(, $($tt:tt)*)?) => { ... };
}Expand description
A macro that checks some condition required to be valid ISL.
If invalid, returns an InvalidSchemaErr with the given error message.