-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
511: Allow access of inner Uuid for adapters r=KodrAus a=hecsalazarf **I'm submitting a** feature. # Description Trait implementations on the adapters: * `From<Adapter> for Uuid` * `AsRef<Uuid> for Adapter` * `Borrow<Uuid> for Adapter` An `Adapter::into_inner` method that takes self and returns a `Uuid`. # Motivation Open issue #482 # Tests All tests pass. # Related Issue(s) Closes #482 Co-authored-by: hecsalazarf <36686213+hecsalazarf@users.noreply.github.com> Co-authored-by: Hector Salazar <hecsalazarf@outlook.com>
- Loading branch information
Showing
1 changed file
with
126 additions
and
1 deletion.
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