-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RefundBuilder is currently not exported to bindings because it uses move semantics and has impl blocks for specific type parameterizations. Define a macro that defines RefundBuilder methods such that c_bindings versions can be defined. Methods for the c_bindings version use the unit return type, except in tests where they use &mut Self.
- Loading branch information
Showing
2 changed files
with
147 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters