type github.com/jackc/pgx/v5/pgtype.TryWrapEncodePlanFunc

6 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		json.go#L57: 	for _, f := range []TryWrapEncodePlanFunc{
		pgtype.go#L213: 	TryWrapEncodePlanFuncs []TryWrapEncodePlanFunc
		pgtype.go#L242: 		TryWrapEncodePlanFuncs: []TryWrapEncodePlanFunc{
		pgtype.go#L1344: type TryWrapEncodePlanFunc func(value any) (plan WrappedEncodePlanNextSetter, nextValue any, ok bool)
		pgtype_default.go#L28: 		TryWrapEncodePlanFuncs: []TryWrapEncodePlanFunc{
		xml.go#L52: 	for _, f := range []TryWrapEncodePlanFunc{