Implicit Encoders and Decoders for refined types.
A Decoder for refined types. Decodes to the underlying type then checks the constraint.
A Decoder for refined types. Decodes to the underlying type then checks the constraint.
the Constraint implementation to test the decoded value.
the Decoder of the underlying type.
An Encoder instance for refined types. Basically the underlying type Encoder.
An Encoder instance for refined types. Basically the underlying type Encoder.
the Encoder of the underlying type.