Trait light_magic::table::Matches

source ·
pub trait Matches {
    // Required method
    fn matches(&self, search: &str) -> bool;
}
Expand description

Match trait, filled in db macro

Required Methods§

source

fn matches(&self, search: &str) -> bool

Implementors§