macro_rules! print_info {
($arg:tt) => { ... };
($($arg:tt)*) => { ... };
}👎Deprecated since 0.1.0: Use print_info function instead
Expand description
Pretty print info (deprecated - use print_info function instead)
macro_rules! print_info {
($arg:tt) => { ... };
($($arg:tt)*) => { ... };
}Pretty print info (deprecated - use print_info function instead)