Attribute Macro handle

Source
#[handle]
Expand description

Attribute to generate a handler function.

§Required Arguments:

  • item: The struct type the handler scrapes.

§Example

#[handle(item = u16)]