Trait diary_cli::search::Searchable
source · pub trait Searchable {
// Required methods
fn get_uid(&self) -> String;
fn contains_tag(&mut self, tag: &String, logger: impl Logger) -> bool;
}Required Methods§
fn get_uid(&self) -> String
fn contains_tag(&mut self, tag: &String, logger: impl Logger) -> bool
Object Safety§
This trait is not object safe.