socket_
proxy_
testing
0.0.1
ToDns
Server
List
Required Methods
to_dns_server_list
Implementations on Foreign Types
&D
(u32, Vec<SocketAddress>)
u32
Implementors
In crate socket_
proxy_
testing
socket_proxy_testing
Trait
ToDnsServerList
Copy item path
Source
pub trait ToDnsServerList { // Required method fn
to_dns_server_list
(self) ->
DnsServerList
; }
Required Methods
§
Source
fn
to_dns_server_list
(self) ->
DnsServerList
Implementations on Foreign Types
§
Source
§
impl
ToDnsServerList
for (
u32
,
Vec
<
SocketAddress
>)
Source
§
fn
to_dns_server_list
(self) ->
DnsServerList
Source
§
impl
ToDnsServerList
for
u32
Source
§
fn
to_dns_server_list
(self) ->
DnsServerList
Source
§
impl<D:
ToDnsServerList
+
Clone
>
ToDnsServerList
for
&D
Source
§
fn
to_dns_server_list
(self) ->
DnsServerList
Implementors
§