pub trait FnBox<P> { // Required method fn call(&mut self, props: &P) -> Result<(), Error>; }
store closures
Call function