mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-21 23:15:36 +02:00
move transform map_err combinator to separate module
This commit is contained in:
@@ -14,6 +14,7 @@ mod map_err;
|
||||
mod map_init_err;
|
||||
mod then;
|
||||
mod transform;
|
||||
mod transform_map_err;
|
||||
|
||||
pub use self::and_then::{AndThen, AndThenNewService};
|
||||
use self::and_then_apply::{AndThenTransform, AndThenTransformNewService};
|
||||
|
Reference in New Issue
Block a user