Type Alias restify_core::BoxedModule
source · pub type BoxedModule<Ctx, ConCtx, ConRet> = Box<dyn Module<Context = Ctx, ControllerContext = ConCtx, ControllerReturn = ConRet>>;Aliased Type§
struct BoxedModule<Ctx, ConCtx, ConRet>(/* private fields */);