1
0
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:
Nikolay Kim
2019-02-04 10:55:39 -08:00
parent 3bddba5da5
commit 7dca264546
3 changed files with 192 additions and 187 deletions

View File

@@ -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};