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:
		| @@ -33,7 +33,8 @@ mod make_service; | ||||
| mod new_service; | ||||
| mod service; | ||||
|  | ||||
| pub use self::make_service::{make_service_fn, MakeService}; | ||||
| 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}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user