Function tor_config::load::resolve_inner

source ·
fn resolve_inner<T>(
    input: ConfigurationTree,
    want_disfavoured: bool
) -> Result<ResolutionResults<T>, ConfigResolveError>
where T: Resolvable,
Expand description

Deserialize and build overall configuration from config sources

Inner function used by all the resolve_* family