Type Definition polly::PollyFn [] [src]

type PollyFn = Box<Fn(BTreeMap<String, ArgValue>, &Rc<RefCell<Template>>) -> Result<String, String>>;

A type abstracting the functions used for Polly.