We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c22840 commit e6bef47Copy full SHA for e6bef47
AGENTS.md
@@ -16,7 +16,7 @@ Protocol files: `codegen-{core,server}/.../protocols/`
16
17
```kotlin
18
rustTemplate(
19
- "let result: #{Result}<#{String}, Error> = #{Ok}(value);",
+ "let result: #{Result}<#{String}, #{Error}> = #{Ok}(value);",
20
*preludeScope, // Provides Result, String, Ok
21
"Error" to myErrorType
22
)
0 commit comments