Skip to content

der: drop EncodeValue, DecodeValue trait requirements for EXPLICIT #1745

Open
@dishmaker

Description

@dishmaker

EXPLICIT wrapper should require only Encode + Decode.

impl<T> EncodeValue for ContextSpecific<T>
where
T: EncodeValue + Tagged,

Currently it impls Encode through EncodeValue + Tagged

impl<T> Encode for T
where
T: EncodeValue + Tagged + ?Sized,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions