| bang | Extract Result or Return |
| Enum | Create Enumerated Type |
| enum_type | Enum Type |
| Err | Create an 'Err' Result |
| fallthrough | Fall Through Match |
| grapes-fn-grapes | Create Function |
| grapes-.-grapes | Compose Functions |
| into_option | Convert Object into Option |
| into_result | Convert Object into Result |
| is.enum | Is Object an Enum |
| is.enum_type | Check Enum Type |
| is.err | Check if Result is an Err |
| is.none | Check if Option is None |
| is.ok | Check if Result is Ok |
| is.some | Check if Option is Some |
| is.variant | Check Enum Variant |
| Match | Match Value Against Multiple Values |
| match_cond | Check and Evaluate Match Condition |
| Matchply | Match Each Object in List or Vector |
| None | None |
| Ok | Create an 'Ok' Result |
| Option | Option |
| Result | Result |
| Some | Create an 'Some' Option |
| Try | Execute Expression as Result |
| unwrap | Extract the Value Contained in Enum |
| variant | Enum Variant |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.