Expand description
The current types that are serialized in the Stash.
Modules
Macros
- Defines one protobuf type as wire compatible with another.
Enums
- An error thrown when trying to convert from a
*.proto-generated typeProto$Tto$T.
Traits
- A trait for representing a Rust type
Selfas a value of typeProtofor the purpose of serializing this value as (part of) a Protobuf message. - Denotes that
Selfis wire compatible with typeT.