Trait lance::format::ProtoStruct

source ·
pub trait ProtoStruct {
    type Proto: Message;
}
Expand description

Annotation on a struct that can be converted a Protobuf message.

Required Associated Types§

Implementors§