wireguard_exporter/src/render_to_prometheus.rs

4 lines
65 B
Rust
Raw Normal View History

2019-04-23 21:06:35 +00:00
pub trait RenderToPrometheus {
fn render(&self) -> String;
}