[][src]Macro seed::routes

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

A HashMap literal, where the keys must implement ToString.