-
- Downloads
tor-config: Introduce Builder trait and ConfigReolveError
We are going to need this for some generic code which is going to appear shortly. Having it produced by impl_standard_builder seems best. But that does mean being able to disable it, so extra stuff in the macro. Nothing uses this trait yet. ConfigResolveError is not used now either, but will be in a moment.
crates/tor-config/src/load.rs
0 → 100644
Please register or sign in to comment