pub trait Model { type Predicate: Predicate<Model = Self>; type Storage; }
Model that queries can run against.
The predicates that can be evaluated against the model.
The storage format for variables.