From 81b18777990196c0f0f68a27dd7340875fff32dd Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Fri, 3 Nov 2023 23:36:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Code=20tweak?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop/src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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);