Type Definition holochain::prelude::CheckOpDataImpl

source ·
pub type CheckOpDataImpl = Box<dyn Fn(Arc<KitsuneSpace>, Vec<Arc<KitsuneOpHash>, Global>, Option<FetchContext>) -> MustBoxFuture<'static, Result<Vec<bool, Global>, Box<dyn Error + Sync + Send + 'static, Global>>> + Sync + Send + 'static, Global>;
Expand description

Signature for check_op_data_impl