`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