Derive Macro parsel::Parse

source · []
#[derive(Parse)]
{
    // Attributes available to this derive:
    #[parsel]
}
Expand description

Implements the syn::parse::Parse trait for the annotated type.