Module types

Source
Expand description

Implementations of ProtobufType for all types.

Structs§

ProtobufTypeBool
bool
ProtobufTypeBytes
bytes
ProtobufTypeChars
Something which should be deleted
ProtobufTypeDouble
double
ProtobufTypeEnum
enum
ProtobufTypeFixed32
fixed32
ProtobufTypeFixed64
fixed64
ProtobufTypeFloat
float
ProtobufTypeInt32
uint32
ProtobufTypeInt64
int64
ProtobufTypeMessage
message
ProtobufTypeSfixed32
sfixed32
ProtobufTypeSfixed64
sfixed64
ProtobufTypeSint32
sint32
ProtobufTypeSint64
sint64
ProtobufTypeString
string
ProtobufTypeUint32
uint32
ProtobufTypeUint64
uint64

Traits§

ProtobufType
Protobuf elementary type as generic trait