Derive Macro derive_syn_parse::Parse

source ·
#[derive(Parse)]
{
    // Attributes available to this derive:
    #[paren]
    #[bracket]
    #[brace]
    #[inside]
    #[call]
    #[parse_terminated]
    #[peek]
    #[peek_with]
    #[parse_if]
    #[prefix]
    #[postfix]
}