pub type CommitmentMap<T> = HashMap<Commitment<T>, T>;
A type alias for HashMap<Commitment<T>, T>
HashMap<Commitment<T>, T>
struct CommitmentMap<T> { /* private fields */ }