1 2 3 4 5 6 7
use proc_macro2::Ident; use syn::Path; pub struct Locale { pub name: Ident, pub path: Path, }