pub fn scoped_ioc_controller_handler<C>(
container: Arc<IocContainer>,
method_name: String,
) -> impl Fn(ElifRequest) -> Pin<Box<dyn Future<Output = HttpResult<ElifResponse>> + Send>> + Clone + Send + Sync + 'staticwhere
C: ElifController + IocControllable + 'static,
Expand description
Create a scoped IoC controller handler that creates a new scope per request