type go.opentelemetry.io/otel/api/metric.noopBoundInstrument

5 uses

	go.opentelemetry.io/otel/api/metric (current package)
		noop.go#L26: type noopBoundInstrument struct{}
		noop.go#L32: var _ BoundSyncImpl = noopBoundInstrument{}
		noop.go#L47: func (noopBoundInstrument) RecordOne(context.Context, Number) {
		noop.go#L50: func (noopBoundInstrument) Unbind() {
		noop.go#L54: 	return noopBoundInstrument{}