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