pub trait NamedMessage {
    const NAME: &'static str;
}
Expand description

A trait to provide a static reference to the message’s name

Required Associated Constants

Implementations on Foreign Types

Implementors