Function find_existing_key

Source
pub fn find_existing_key(
    existing_keys: &[String],
    key_def: &KeyDefinition<'_>,
) -> Option<String>