Type Alias Strategy

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

Memoise feature state for a strategy.

Aliased Typeยง

pub struct Strategy(/* private fields */);