Macro trans_push

Source
macro_rules! trans_push {
    ($state:expr) => { ... };
}
Expand description

Alternative to Trans::Push(Box::new(FooState {})). Use trans_push!(FooState {})