metrics
0.1.0
Reporter
Required Methods
report
Implementors
In crate metrics
?
Trait
metrics
::
Reporter
source
·
[
−
]
pub trait Reporter:
Send
{ // Required method fn
report
(&self) ->
Result
<
bool
,
String
>; }
Required Methods
§
source
fn
report
(&self) ->
Result
<
bool
,
String
>
Implementors
§