diff --git a/pagetop/src/lib.rs b/pagetop/src/lib.rs index 27e73965..43772bbe 100644 --- a/pagetop/src/lib.rs +++ b/pagetop/src/lib.rs @@ -129,6 +129,7 @@ pub trait HasHandle { } pub type Weight = i8; + pub type HashMapResources = std::collections::HashMap<&'static str, StaticResource>; static_locales!(LOCALES_PAGETOP);