[][src]Module counters::filters

Structs

All

Accept all keys

Contains

Accet keys that contain a given sub-string.

EndsWith

Accet keys that end with a given sub-string.

GreaterThan

Accet counters that are greater than a given value.

LessThan

Accet counters that are less than a given value.

Select

Select keys using a callback.

StartsWith

Accet keys that start with a given sub-string.

Traits

Filter