Copyright 2020 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

package protoreflect

import (
	
)
The following types are used by the fast-path Message.ProtoMethods method. To avoid polluting the public protoreflect API with types used only by low-level implementations, the canonical definitions of these types are in the runtime/protoiface package. The definitions here and in protoiface must be kept in sync.