Skip to main content

ValueMatcher

Type Alias ValueMatcher 

Source
type ValueMatcher = Box<dyn Fn(&str) -> bool>;

Aliased Typeยง

struct ValueMatcher(/* private fields */);