Skip to content

Commit

Permalink
Added matrix with supported macro attributes for enums
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpunkt committed Apr 16, 2020
1 parent 8de0d79 commit e67bd57
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/book/content/types/enums.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,17 @@ enum StarWarsEpisode {

# fn main() {}
```

## Supported Macro Attributes (Derive)

| Name of Attribute | Container Support | Field Support |
|-------------------|:-----------------:|:----------------:|
| context || ? |
| deprecated |||
| description |||
| interfaces | ? ||
| name |||
| noasync || ? |
| scalar || ? |
| skip | ? ||
| ✔: supported | ✘: not supported | ?: not available |

0 comments on commit e67bd57

Please sign in to comment.