#[derive(Parse)]
{
// Attributes available to this derive:
#[token]
#[input]
#[select]
#[delimited]
#[required]
#[eoi]
#[label]
}
#[derive(Parse)]
{
// Attributes available to this derive:
#[token]
#[input]
#[select]
#[delimited]
#[required]
#[eoi]
#[label]
}