print_state

Macro print_state 

Source
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)