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