You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -86,19 +86,19 @@ The Rust Runtime for Lambda uses a struct called `Diagnostic` to represent funct
86
86
87
87
### Implement your own Diagnostic
88
88
89
-
To get more descriptive `error_type` fields, you can implement `Into<Diagnostic>` for your error type. That gives you full control on what the `error_type` is:
89
+
To get more descriptive `error_type` fields, you can implement `From` for your error type. That gives you full control on what the `error_type` is:
0 commit comments