Skip to main content

Parse

Derive Macro Parse 

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