This commit is contained in:
Lucio Franco
2019-09-23 21:12:49 -04:00
parent 72a0ffbbab
commit 4a870122c0
+1 -1
View File
@@ -35,7 +35,7 @@ type Interceptor = Arc<dyn Layer<BoxService, Service = BoxService> + Send + Sync
/// wanting to create a more complex and/or specific implementation. /// wanting to create a more complex and/or specific implementation.
#[derive(Debug)] #[derive(Debug)]
pub struct Server { pub struct Server {
_p: () _p: (),
} }
impl Server { impl Server {