macro_rules! msgtext {
($($arg:tt)*) => { ... };
}Expand description
A macro that wraps Text(format!(“foo”)) to make it easier to write error messages.
macro_rules! msgtext {
($($arg:tt)*) => { ... };
}A macro that wraps Text(format!(“foo”)) to make it easier to write error messages.