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

Required methods

Implementors