Derive Macro Riptc

Source
#[derive(Riptc)]
Expand description

Indicates to riptc that a type should be generated and shared despite not being a direct dependency of a route that we have detected.

This macro in and of itself doesn’t do anything, it simply regurgitates your code back out.