trans_replace

Macro trans_replace 

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

Alternative to Trans::Replace(Box::new(FooState {})). Use trans_replace!(FooState {})