pub fn load_with(
selector: Selector,
lookup: impl Fn(&str) -> Option<String>,
) -> Result<ImportedConnection, String>Expand description
Read and resolve one selected server. Environment values are supplied by the caller so tests never mutate the process environment.