type go.uber.org/zap.ObjectMarshalerPtr

3 uses

	go.uber.org/zap (current package)
		array.go#L147: type ObjectMarshalerPtr[T any] interface {
		array.go#L174: func ObjectValues[T any, P ObjectMarshalerPtr[T]](key string, values []T) Field {
		array.go#L178: type objectValues[T any, P ObjectMarshalerPtr[T]] []T