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