pub fn recorder() -> &'static (dyn Recorder + 'static)
Expand description

Returns a reference to the recorder.

If a recorder has not been set, a no-op implementation is returned.