1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 16:17:43 +02:00

remove service dev module and add transformext trait

also improve docs on transform and boxed mods
This commit is contained in:
Rob Ede
2021-03-10 03:18:09 +00:00
parent 0a705b1023
commit 91ea8c5dad
7 changed files with 79 additions and 89 deletions

View File

@ -7,7 +7,7 @@
use core::marker::PhantomData;
use actix_service::{
apply, dev::ApplyTransform, IntoServiceFactory, Service, ServiceFactory, Transform,
apply, ApplyTransform, IntoServiceFactory, Service, ServiceFactory, Transform,
};
use futures_util::future::{ok, Either, Ready};
use tracing_futures::{Instrument, Instrumented};