feat(lib): update to std::future::Future
BREAKING CHANGE: All usage of async traits (`Future`, `Stream`, `AsyncRead`, `AsyncWrite`, etc) are updated to newer versions.
This commit is contained in:
@@ -31,11 +31,7 @@
|
||||
//! is called.
|
||||
|
||||
mod make_service;
|
||||
mod new_service;
|
||||
mod service;
|
||||
|
||||
pub use self::make_service::{make_service_fn, MakeService, MakeServiceRef};
|
||||
// NewService is soft-deprecated.
|
||||
#[doc(hidden)]
|
||||
pub use self::new_service::NewService;
|
||||
pub use self::service::{service_fn, service_fn_ok, Service};
|
||||
pub use self::service::{service_fn, Service};
|
||||
|
||||
Reference in New Issue
Block a user