macro_rules! shuttle_select {
($($arms:tt)*) => { ... };
}Available on crate feature
pipeline and non-shuttle only.macro_rules! shuttle_select {
($($arms:tt)*) => { ... };
}pipeline and non-shuttle only.