pub trait CacheEntryScorer {
// Required method
fn extract_keywords(&self, key_data: Option<&[u8]>) -> Vec<String>;
}Required Methods§
Implementors§
impl CacheEntryScorer for CacheEntryScorer
Implementation of the trait required by the cache_extractor module