Add From<Option<str>>
for Prefix
#11
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
As noted by @matthiasbeyer,
Prefix
does not implementFrom<Option<&str>>
. It would be an ergonomics win to allow it.Seen here: https://meow.social/@[email protected]/109953498749211900
The text was updated successfully, but these errors were encountered: