Trait proxy_stream::address::ToSocketDestination
source · pub trait ToSocketDestination {
// Required method
fn to_destination_address(
&self
) -> Result<DestinationAddress, ProxyStreamError>;
}pub trait ToSocketDestination {
// Required method
fn to_destination_address(
&self
) -> Result<DestinationAddress, ProxyStreamError>;
}