formats icon indicating copy to clipboard operation
formats copied to clipboard

der: drop `Encode`, `Decode`, `Tagged` traits requirements for `IMPLICIT`

Open dishmaker opened this issue 11 months ago • 0 comments

The problem is that Encode and Decode traits are needed for everything encoded with IMPLICIT wrapper.

IMPLICIT wrapper should require only EncodeValue + DecodeValue + IsConstructed.

Related:

  • #1745

I don't know how to split my elephant PR into smaller ones...

  • https://github.com/RustCrypto/formats/pull/1545

dishmaker avatar Mar 28 '25 14:03 dishmaker