[][src]Type Definition warpgrapher::server::extensions::WarpgrapherExtensions

type WarpgrapherExtensions<GlobalCtx, ReqCtx> = Vec<Arc<dyn Extension<GlobalCtx, ReqCtx> + Send + Sync>>;

Type alias for a thread-safe Extension container.