macro_rules! error {
($($tt:tt)*) => { ... };
}Expand description
Equivalent to log::error!
if the feature log is enabled, discarded otherwise.
macro_rules! error {
($($tt:tt)*) => { ... };
}Equivalent to log::error!
if the feature log is enabled, discarded otherwise.