Trait mz_proto::ProtoRepr

source ·
pub trait ProtoRepr: Sized + RustType<Self::Proto> {
    type Proto: Message;
}
Expand description

A trait that declares that Self::Proto is the default Protobuf representation for Self.

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§