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>;
}