Attribute Macro scrappy_do_codegen::handle[][src]

#[handle]

Attribute to generate a handler function.

Required Arguments:

  • item: The struct type the handler scrapes.

Example

#[handle(item = u16)]