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

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

Required methods

fn fuzz_key(&self) -> Cow<'_, str>[src]

Loading content...

Implementors

impl<'b> FuzzKey for RepoEntry<'b>[src]

Loading content...