pub trait Filter: Display { }
Expand description

This trait is used for types that can be used to filter with in a ReadQuery.

Implementors§