BoxedModule

Type Alias BoxedModule 

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

Aliased Typeยง

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