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 */);