pub macro derive($item:item) {
    ...
}
Expand description

Attribute macro used to apply derive macros.

See the reference for more info.