Type Alias ProtectCb

Source
pub type ProtectCb = Box<dyn Fn(&mut BTreeSet<Hash>) -> BoxFuture<'_, ()> + Send + Sync>;
Available on crate feature net_protocol only.
Expand description

A callback that blobs can ask about a set of hashes that should not be garbage collected.

Aliased Typeยง

struct ProtectCb(/* private fields */);