fn build_list(
services: Vec<OnionServiceProxyConfig>,
) -> Result<BTreeMap<HsNickname, OnionServiceProxyConfig>, ConfigBuildError>
Expand description
Construct a OnionServiceProxyConfigMap
from a Vec
of OnionServiceProxyConfig
;
enforce that [HsNickname
]s are unique.