Essentially, as the title states, having a derive implementation (maybe gated behind a feature) or an impl for TryFrom<String>/TryInto<String> would be quite handy. Personally, I want to load my secrets from a common location without an intermediary type, adding in serde_with etc
Essentially, as the title states, having a derive implementation (maybe gated behind a feature) or an impl for
TryFrom<String>/TryInto<String>would be quite handy. Personally, I want to load my secrets from a common location without an intermediary type, adding in serde_with etc