feat(service): export hyper::service::MakeServiceRef
				
					
				
			It's sealed, and has a blanket implementation, and so should only be used as bounds. Even still, its hidden from the docs.
This commit is contained in:
		| @@ -4,8 +4,8 @@ use tokio_io::{AsyncRead, AsyncWrite}; | ||||
| use body::{Body, Payload}; | ||||
| use common::drain::{self, Draining, Signal, Watch, Watching}; | ||||
| use common::exec::{H2Exec, NewSvcExec}; | ||||
| use service::Service; | ||||
| use super::conn::{MakeServiceRef, SpawnAll, UpgradeableConnection, Watcher}; | ||||
| use service::{MakeServiceRef, Service}; | ||||
| use super::conn::{SpawnAll, UpgradeableConnection, Watcher}; | ||||
|  | ||||
| #[allow(missing_debug_implementations)] | ||||
| pub struct Graceful<I, S, F, E> { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user