Consider implementing `From<&str>` or accepting `Into<String>` to reduce the String boilerplate for users.
Consider implementing
From<&str>or acceptingInto<String>to reduce the String boilerplate for users.