BoxedControllerFn

Type Alias BoxedControllerFn 

Source
pub type BoxedControllerFn<Ctx, Ret> = Box<dyn Fn(&mut Ctx) -> ControllerDetails<Ret>>;

Aliased Typeยง

pub struct BoxedControllerFn<Ctx, Ret>(/* private fields */);