prediction

Macro prediction 

Source
macro_rules! prediction {
    { $($key:literal => $value:expr),* $(,)? } => { ... };
}