moka::future

Type Alias PredicateId

source
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ยง

struct PredicateId { /* private fields */ }