tx5

Type Alias PreflightCheckCb

Source
pub type PreflightCheckCb = Arc<dyn Fn(&PeerUrl, Vec<u8>) -> BoxFuture<'static, Result<()>> + Send + Sync + 'static>;
Expand description

Callback in charge of validating preflight data if any.

Aliased Typeยง

struct PreflightCheckCb { /* private fields */ }