Module exocore_protos::prost[][src]

Re-exports

pub use prost;

Structs

Any

Any contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.

DecodeError

A Protobuf message decoding error.

EncodeError

A Protobuf message encoding error.

Timestamp

A Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution. The count is relative to an epoch at UTC midnight on January 1, 1970, in the proleptic Gregorian calendar which extends the Gregorian calendar backwards to year one.

Traits

Message

A Protocol Buffers message.

ProstAnyPackMessageExt
ProstDateTimeExt
ProstMessageExt
ProstTimestampExt

Derive Macros

Message