pub macro error_format($($t:tt)*) {
...
}Expand description
Creates an Error::BuiltinError using interpolation of runtime expressions. See std::format.
pub macro error_format($($t:tt)*) {
...
}Creates an Error::BuiltinError using interpolation of runtime expressions. See std::format.