Trait commit_verify::CommitmentId
source · pub trait CommitmentId: Copy + Ord + From<Sha256> + StrictType {
const TAG: &'static str;
}Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait CommitmentId: Copy + Ord + From<Sha256> + StrictType {
const TAG: &'static str;
}