struct MessageTraitsImpl

Defined at line 248 of file ../../third_party/protobuf/src/google/protobuf/message_lite.h

Traits for message T.

We use a class scope variable template, which can be specialized with a

different type in a non-defining declaration.

We need non-defining declarations because we might have duplicates of the

same trait specification on each dependent coming from different .proto.h

files.