stmt_block_from_vec

Macro stmt_block_from_vec 

Source
macro_rules! stmt_block_from_vec {
    ($stmts:expr) => { ... };
}
Expand description

Convert a Vec into a single block statement that can be used in ts_quote! This allows you to interpolate multiple statements where a single statement is expected.