Skip to content

Commit

Permalink
T return value does work
Browse files Browse the repository at this point in the history
not sure why i did that tbh
  • Loading branch information
SIGSTACKFAULT committed Nov 20, 2023
1 parent 8368502 commit 0b1f61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/reference/types/enum.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| `T` parameter | `&T` parameter | `&mut T` parameter | `T` return value | `Option<T>` parameter | `Option<T>` return value | JavaScript representation |
| :-----------: | :------------: | :----------------: | :--------------: | :-------------------: | :----------------------: | :-----------------------: |
| Yes | No | No | No | Yes | Yes | `string` or `number` |
| Yes | No | No | Yes | Yes | Yes | `string` or `number` |

## Example Rust Usage

Expand Down

0 comments on commit 0b1f61b

Please sign in to comment.