1 2 3 4 5 6 7 8 9
mod min_prefixes; pub struct LocalPrefix { pub location: &'static str, pub content: &'static str, pub name: &'static str, pub title: &'static str, } pub const LOCAL_PREFIXES: &'static [LocalPrefix] = min_prefixes::LOCAL_PREFIXES;