`TorClientConfig` is not convertible into `DirMgrConfig`
The documentation of DirMgrConfig
says:
Prefer to use TorClientConfig, which will always be convertible to this struct via TryInto.
I currently do not see a way how this is possible. The try_into trait is not satisfied for this type.