macro_rules! err_from_msg {
($($t:tt)*) => { ... };
}Expand description
This macro is wrapping error with line + file info with optional message Message is formatted with arguments
macro_rules! err_from_msg {
($($t:tt)*) => { ... };
}This macro is wrapping error with line + file info with optional message Message is formatted with arguments