Type Alias BoxedModule

Source
pub type BoxedModule<Ctx, ConCtx, ConRet> = Box<dyn Module<ControllerContext = ConCtx, Context = Ctx, ControllerReturn = ConRet>>;

Aliased Typeยง

struct BoxedModule<Ctx, ConCtx, ConRet>(/* private fields */);