Function metrics::try_recorder
source · pub fn try_recorder() -> Option<&'static dyn Recorder>Expand description
Returns a reference to the recorder.
If a recorder has not been set, returns None.
pub fn try_recorder() -> Option<&'static dyn Recorder>Returns a reference to the recorder.
If a recorder has not been set, returns None.