Function arti::onion_proxy::build_list

source ·
fn build_list(
    services: Vec<OnionServiceProxyConfig>
) -> Result<BTreeMap<HsNickname, OnionServiceProxyConfig>, ConfigBuildError>
Expand description

Construct a OnionServiceProxyConfigList from a vec of OnionServiceProxyConfig; enforce that nicknames are unique.