Module mz_stash::objects

source ·
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 type Proto$T to $T.

Traits

  • A trait for representing a Rust type Self as a value of type Proto for the purpose of serializing this value as (part of) a Protobuf message.
  • Denotes that Self is wire compatible with type T.