pub fn set_make_recorder(
    make_recorder: Box<dyn Fn(&'static str) -> Arc<dyn Recorder> + Sync + Send>
) -> bool
Expand description

Availability

This API is marked as unstable and is only available when the unstable crate feature is enabled. This comes with no stability guarantees, and could be changed or removed at any time.