Macro seed::routes

source ·
macro_rules! routes {
    { $($key:expr => $value:expr),* $(,)* } => { ... };
}
Expand description

A HashMap literal, where the keys must implement ToString.