Inpt

Derive Macro Inpt 

Source
#[derive(Inpt)]
{
    // Attributes available to this derive:
    #[inpt]
}
Expand description

Apply to a struct so that it can be parsed.

See the syntax documentation for more details.