toql_core 0.4.2

Library with core functionality for Toql
Documentation
1
2
3
4
5
6


// An trait to turn entity keys into a query perdicate (used by toql derive)
pub trait QueryPredicate<T> {
    fn predicate(self, path: &str) -> Query<T>;
}