pub type BoxedControllerFn<Ctx, Ret> = Box<dyn Fn(&mut Ctx) -> ControllerDetails<Ret>>;
pub struct BoxedControllerFn<Ctx, Ret>(/* private fields */);