pub async fn dial<C>( endpoint: &Endpoint, _config: UnixConfig, codec: C, ) -> Result<UnixConn<C>>where C: Codec + Clone,
Connects to the given Unix socket path.