ToNetAddr

Trait ToNetAddr 

Source
pub trait ToNetAddr {
    // Required method
    fn to_net_addr(&self) -> NetAddr;
}
Expand description

Converts the socket address to a NetAddr.

Required Methods§

Implementors§