metrics
0.1.0
Reporter
Required Methods
report
Implementors
In crate metrics
metrics
Trait
Reporter
Copy item path
Source
pub trait Reporter:
Send
{ // Required method fn
report
(&self) ->
Result
<
bool
,
String
>; }
Required Methods
§
Source
fn
report
(&self) ->
Result
<
bool
,
String
>
Implementors
§