Macro pdl_compiler::quote_block

source ยท
macro_rules! quote_block {
    ($($tt:tt)*) => { ... };
}
Expand description

Generate a block of code.

Like quote!, but the code block will be followed by an empty line of code. This makes the generated code more readable.