Control parameters

Field values that appear before the template literal in emit! or #[span] aren't captured as properties. They're used to control the behavior of the code generated by the macro. The set of valid control parameters and their types is different for each macro.

emit!

See the crate docs for control parameters on emit!.

#[span]

See the crate docs for control parameters on #[span].