Type Alias tx5::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 */ }