Trait faucet_server::client::ExtractSocketAddr
source · pub trait ExtractSocketAddr {
// Required method
fn socket_addr(&self) -> SocketAddr;
}pub trait ExtractSocketAddr {
// Required method
fn socket_addr(&self) -> SocketAddr;
}