[][src]Type Definition unleash_api_client::strategy::Strategy

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

Memoise feature state for a strategy.