pub trait KeyMaker { // Required method fn make(&self, key: &Cow<'_, str>, resource: bool) -> String; }