1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

re-export trust-dns types

This commit is contained in:
Nikolay Kim
2019-04-05 10:36:57 -07:00
parent a4e0c71baa
commit bd814d6f80
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ use crate::{IntoNewService, NewService, Service};
/// The `Transform` trait defines the interface of a Service factory. `Transform`
/// is often implemented for middleware, defining how to manufacture a
/// middleware Service. A Service that is manufactured by the factory takes
/// middleware Service. A Service that is manufactured by the factory takes
/// the Service that follows it during execution as a parameter, assuming
/// ownership of the next Service. A Service can be a variety of types, such
/// as (but not limited to) another middleware Service, an extractor Service,