`EXPLICIT` wrapper should require only `Encode + Decode`. https://github.com/RustCrypto/formats/blob/7ccdb0d4bf6c2f27a32f512798828e94126f698c/der/src/asn1/context_specific.rs#L149-L151 Currently it impls `Encode` through `EncodeValue + Tagged` https://github.com/RustCrypto/formats/blob/7ccdb0d4bf6c2f27a32f512798828e94126f698c/der/src/encode.rs#L69-L71
EXPLICITwrapper should require onlyEncode + Decode.formats/der/src/asn1/context_specific.rs
Lines 149 to 151 in 7ccdb0d
Currently it impls
EncodethroughEncodeValue + Taggedformats/der/src/encode.rs
Lines 69 to 71 in 7ccdb0d