macro_rules! trans_push {
($state:expr) => { ... };
}
Expand description
Alternative to Trans::Push(Box::new(FooState {}))
.
Use trans_push!(FooState {})
macro_rules! trans_push {
($state:expr) => { ... };
}
Alternative to Trans::Push(Box::new(FooState {}))
.
Use trans_push!(FooState {})