struct BytesTag

Defined at line 334 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h

Tag to distinguish overloads below:

- if last argument is `BytesTag tag = BytesTag{}` then the overload is

available to both string and byte fields.

- if last argument is `BytesTag tag` then the overload is only available to

byte fields.

- if there is no BytesTag argument, then the overload is only available to

string fields.

Public Methods

void BytesTag ()

Defined at line 335 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h