pub fn render_service_template( svc: &(impl Service + ?Sized), binary: &Path, ) -> String
Render the platform-specific service template for a Service implementor.
Service