socket_
proxy_
testing
0.0.1
ToNetwork
Required Methods
to_network
Implementations on Foreign Types
&N
(u32, Vec<IpAddress>)
u32
Implementors
In crate socket_
proxy_
testing
socket_proxy_testing
Trait
ToNetwork
Copy item path
Source
pub trait ToNetwork { // Required method fn
to_network
(self) ->
Network
; }
Required Methods
§
Source
fn
to_network
(self) ->
Network
Implementations on Foreign Types
§
Source
§
impl
ToNetwork
for (
u32
,
Vec
<
IpAddress
>)
Source
§
fn
to_network
(self) ->
Network
Source
§
impl
ToNetwork
for
u32
Source
§
fn
to_network
(self) ->
Network
Source
§
impl<N:
ToNetwork
+
Clone
>
ToNetwork
for
&N
Source
§
fn
to_network
(self) ->
Network
Implementors
§