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

A trait to provide basic information about a given message

Required Associated Constants

Full message path, in form of Module.Message

Implementors