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§
Object Safety§
This trait is not object safe.