-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace a few more Into<Purl>'s hither and yon.
Add type constraints to make using transactions a bit easier. A `Transactional::Some(_)` owns its transaction, reducing the things you need to hang onto. A `Transactional::Some(_)` is provided ready-to-eat from Graph::transaction(). A `()` can be used for non-transactional as shorthand for `Transactional::None`.
- Loading branch information
Bob McWhirter
committed
Mar 15, 2024
1 parent
706b9d8
commit ce12c9e
Showing
14 changed files
with
481 additions
and
415 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
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
Oops, something went wrong.