Trait Filterable

Source
pub trait Filterable {
    // Required methods
    fn collection(&self) -> &str;
    fn value(&self, name: &str) -> Option<String>;
}

Required Methods§

Source

fn collection(&self) -> &str

Source

fn value(&self, name: &str) -> Option<String>

Implementors§