pub type PreflightSendCb = Arc<dyn Fn(&PeerUrl) -> BoxFuture<'static, Result<Vec<u8>>> + Send + Sync + 'static>;
Callback in charge of sending preflight data if any.
struct PreflightSendCb { /* private fields */ }