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