[][src]Macro display_as::write_as

macro_rules! write_as {
    #[proc_macro_hack] => { ... };
}

Write the given template to a file.

You can think of this as being kind of like write! on strange drugs.