pub trait MessageInfo { const PATH: &'static str; }
A trait to provide basic information about a given message
Full message path, in form of Module.Message