Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Diatlov <[email protected]>
  • Loading branch information
vobradovich and DennisInSky authored Dec 13, 2024
1 parent ff6dea8 commit 87e9e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ to a caller.
> the application's balance to the caller's one. This can be done via using a dedicated
> type, `CommandReply<T>`.
It is convenient to have a method that returns a `Result<T, E>` type,
Sometimes it is convenient to have a method that returns the `Result<T, E>` type,
but not expose it to clients. Then it is possible to use the question mark operator
in the method body. For this purpose, you can use the `#[export]` attribute macro with
the `unwrap_result` parameter.
Expand Down

0 comments on commit 87e9e70

Please sign in to comment.