pub type PredicateId = String;Expand description
The type of the unique ID to identify a predicate used by
Cache::invalidate_entries_if method.
A PredicateId is a String of UUID (version 4).
Aliased Typeยง
pub struct PredicateId { /* private fields */ }