macro_rules! decl_message_repr {
($vis:vis $ident:ident, $fallback:literal) => { ... };
}Expand description
Declare an error representation.
macro_rules! decl_message_repr {
($vis:vis $ident:ident, $fallback:literal) => { ... };
}Declare an error representation.