Type Definition sosistab::Connector[][src]

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