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

Signature for check_op_data_impl

Aliased Type§

struct CheckOpDataImpl(/* private fields */);