Function data_enum

Source
fn data_enum(
    input: ParseStream<'_>,
) -> Result<(Option<WhereClause>, Brace, Punctuated<Variant, Comma>)>