Expand description
Implementations of ProtobufType
for all types.
Structs§
- Protobuf
Type Bool bool
- Protobuf
Type Bytes bytes
- Protobuf
Type Chars - Something which should be deleted
- Protobuf
Type Double double
- Protobuf
Type Enum enum
- Protobuf
Type Fixed32 fixed32
- Protobuf
Type Fixed64 fixed64
- Protobuf
Type Float float
- Protobuf
Type Int32 uint32
- Protobuf
Type Int64 int64
- Protobuf
Type Message message
- Protobuf
Type Sfixed32 sfixed32
- Protobuf
Type Sfixed64 sfixed64
- Protobuf
Type Sint32 sint32
- Protobuf
Type Sint64 sint64
- Protobuf
Type String string
- Protobuf
Type Uint32 uint32
- Protobuf
Type Uint64 uint64
Traits§
- Protobuf
Type - Protobuf elementary type as generic trait