Trait quick_protobuf::message::MessageInfo

source ·
pub trait MessageInfo {
    const PATH: &'static str;
}
Expand description

A trait to provide basic information about a given message

Required Associated Constants§

source

const PATH: &'static str

Full message path, in form of Module.Message

Object Safety§

This trait is not object safe.

Implementors§