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