[][src]Trait hyper_scripter::fuzzy::FuzzKey

pub trait FuzzKey {
    fn fuzz_key<'a>(&'a self) -> Cow<'a, str>;
}

Required methods

fn fuzz_key<'a>(&'a self) -> Cow<'a, str>

Loading content...

Implementors

impl FuzzKey for ScriptName[src]

impl FuzzKey for ScriptInfo[src]

impl<'a, 'b, ENV: Environment> FuzzKey for RepoEntry<'b, ENV>[src]

Loading content...