Trait asn1_rs::CheckDerConstraints [−][src]
pub trait CheckDerConstraints {
fn check_constraints(any: &Any<'_>) -> Result<()>;
}Expand description
Verification of DER constraints
Required methods
fn check_constraints(any: &Any<'_>) -> Result<()>Implementations on Foreign Types
Implementors
impl<'a, T> CheckDerConstraints for TaggedValue<'a, Implicit, T> where
T: CheckDerConstraints,
T: Tagged,