pub trait CheckDerConstraints {
    fn check_constraints(any: &Any<'_>) -> Result<()>;
}
Expand description

Verification of DER constraints

Required Methods

Implementations on Foreign Types

Implementors