4 lines
65 B
Rust
4 lines
65 B
Rust
|
pub trait RenderToPrometheus {
|
||
|
fn render(&self) -> String;
|
||
|
}
|