Type Alias restify_core::BoxedControllerFn
source · pub type BoxedControllerFn<Ctx, Ret> = Box<dyn Fn(&mut Ctx) -> ControllerDetails<Ret>>;Aliased Type§
struct BoxedControllerFn<Ctx, Ret>(/* private fields */);pub type BoxedControllerFn<Ctx, Ret> = Box<dyn Fn(&mut Ctx) -> ControllerDetails<Ret>>;struct BoxedControllerFn<Ctx, Ret>(/* private fields */);