move all "admin_netcat" stuff to a new admin_netcat module in the gateway-bin, not in the gateway lib
This commit is contained in:
@@ -192,7 +192,7 @@ impl PlotStyle {
|
||||
path: impl AsRef<Path>,
|
||||
mts: &[MetricTimeseries<KV>],
|
||||
plot_threshold: Option<PlotThreshold>,
|
||||
) -> Result<(), Box<dyn Error>>
|
||||
) -> Result<(), Box<dyn Error + Send + Sync>>
|
||||
where
|
||||
KV: Clone + Debug,
|
||||
K: Display,
|
||||
|
||||
Reference in New Issue
Block a user