Derive Macro Args

Source
#[derive(Args)]
Expand description

Procedural macro to derive [scrapelect::interpreter::filter::Args] on a structure.

If you need to use the value lifetime, use 'doc, otherwise the generator will get confused.

ยงPanics

#[derive(Args)] must be called on a valid structure with named fields (not a tuple struct). If not, it will panic and fail.