(function() {var implementors = {};
implementors["openssl"] = [];implementors["url"] = ["impl<S: AsRef<str>> ToSocketAddrs for HostAndPort<S>","impl ToSocketAddrs for Url",];implementors["hyper"] = ["impl<S> ToSocketAddrs for HostAndPort<S> where S: AsRef<str>","impl ToSocketAddrs for Url",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()