Trait keen::ToFilterValue [] [src]

pub trait ToFilterValue {
    fn to_filter(&self) -> String;
}

Trait represents a type that can be used as a filter's value.

Required Methods

Implementors