ToTargetAddr

Trait ToTargetAddr 

Source
pub trait ToTargetAddr {
    // Required method
    fn target_addr(self) -> TargetAddr;
}
Expand description

A trait implemented by types that can be converted to TargetAddr

Required Methods§

Implementations on Foreign Types§

Source§

impl ToTargetAddr for SocketAddr

Source§

impl ToTargetAddr for SocketAddrV4

Source§

impl ToTargetAddr for SocketAddrV6

Implementors§