Type Definition sosistab::Connector

source ·
pub type Connector = Arc<dyn Fn(SocketAddr) -> Boxed<Result<TcpStream>> + Send + Sync + 'static>;