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

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

Required methods

Implementors