[][src]Macro display_as::format_as

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

Use the given template to create a string.

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