pub type MetadataFetchCallback = Box<dyn Fn(String) -> Pin<Box<dyn Future<Output = bool> + Send>> + Send + Sync + 'static>;Expand description
Asynchronous InfoHash admission callback.
Aliased Type§
pub struct MetadataFetchCallback(/* private fields */);