pub trait Matches { // Required method fn matches(&self, search: &str) -> bool; }
Match trait, filled in db macro
db