Trait FuzzKey
hyper_scripter::fuzzy
pub trait FuzzKey { fn fuzz_key(&self) -> Cow<'_, str>; }
fn fuzz_key(&self) -> Cow<'_, str>
impl<'b> FuzzKey for RepoEntry<'b>