Trait socket_proxy_testing::ToNetwork

source ·
pub trait ToNetwork {
    // Required method
    fn to_network(self) -> Network;
}

Required Methods§

Implementations on Foreign Types§

source§

impl ToNetwork for (u32, Vec<IpAddress>)

source§

impl ToNetwork for u32

source§

impl<N: ToNetwork + Clone> ToNetwork for &N

Implementors§