macro_rules! rendy_without_slow_safety_checks {
($($tt:tt)*) => { ... };
}
Expand description
Resolve into input AST if rendy is requested to not perform slow safety checks.
macro_rules! rendy_without_slow_safety_checks {
($($tt:tt)*) => { ... };
}
Resolve into input AST if rendy is requested to not perform slow safety checks.