pub fn procout(
code_block: &TokenStream,
module_ident: Option<Ident>,
output_path: Option<&str>,
)Expand description
Handle printing code to a file
code_blockThis is the code that should be printed (the TokenStream output of the macro being debugged)module_identThis is the optional name of the module generated by the macro.output_pathThis is the directory to write the file to.