Macro trans_isolate

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

Alternative to Trans::Isolate(Box::new(FooState {})). Use trans_isolate!(FooState {})