pub type Strategy = Box<dyn Fn(Option<HashMap<String, String>>) -> Evaluate + Sync + Send + 'static>;
Memoise feature state for a strategy.
pub struct Strategy(/* private fields */);