Type Alias CidHashSet

Source
pub type CidHashSet = HashSet<Cid, BuildCidHasher>;
Expand description

A HashSet for Cid’s

Aliased Type§

pub struct CidHashSet { /* private fields */ }