Doc hide codegen inner service

This commit is contained in:
Lucio Franco
2019-09-21 11:13:18 -06:00
parent 322f346b97
commit cd9133a41c
+1
View File
@@ -20,6 +20,7 @@ pub(crate) fn generate(service: &Service, proto_path: &str) -> TokenStream {
}
#[derive(Clone, Debug)]
#[doc(hidden)]
pub struct #server_service<T: #server_trait> {
inner: Arc<T>,
}