#[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.
#[derive(Inpt)]
{
// Attributes available to this derive:
#[inpt]
}
Apply to a struct so that it can be parsed.
See the syntax documentation for more details.