-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convenient implementation TryFrom<&Option<String>> for MacAddress (#983)
## Problem When we parse xml, the address field is optional and we use `Option<String>` as type. For this it is convenient to have such a TryFrom implementation as well. ## Testing - *Added a new unit test*
- Loading branch information
Showing
1 changed file
with
62 additions
and
0 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