pub type Strategy = Box<dyn Fn(Option<HashMap<String, String>>) -> Evaluate + Sync + Send + 'static>;
Expand description

Memoise feature state for a strategy.

Aliased Type§

struct Strategy(/* private fields */);