pub trait ToSocketDestination {
    // Required method
    fn to_destination_address(
        &self
    ) -> Result<DestinationAddress, ProxyStreamError>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl ToSocketDestination for &str

source§

impl ToSocketDestination for SocketAddr

Implementors§