pub trait Search { // Required methods fn indexable_content(&self) -> String; fn title(&self) -> String; }