Skip to main content

MessageInfo

Trait 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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§