type TextUnmarshalerPointer … func (*TextUnmarshalerPointer) UnmarshalText([]byte) error { … } type Struct … type StructCBORMarshalerValue … func (StructCBORMarshalerValue[F]) MarshalCBOR() ([]byte, error) { … } type StructCBORMarshalerPointer … func (*StructCBORMarshalerPointer[F]) MarshalCBOR() ([]byte, error) { … } type StructCBORUnmarshalerPointer … func (*StructCBORUnmarshalerPointer[F]) UnmarshalCBOR([]byte) error { … } type StructCBORUnmarshalerValueWithEmbeddedJSONMarshaler … func (StructCBORUnmarshalerValueWithEmbeddedJSONMarshaler) MarshalCBOR() ([]byte, error) { … } type SafeCyclicTypeA … type SafeCyclicTypeB … type UnsafeCyclicTypeA … type UnsafeCyclicTypeB … func TestCheckUnsupportedMarshalers(t *testing.T) { … }