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