pub fn with_default<T, C>(collector: C, f: impl FnOnce() -> T) -> T
Available on crate feature
std
only.
🛈 Note: This is pre-release documentation
for the upcoming tracing
0.2.0 ecosystem.
For the release documentation, please see docs.rs, instead.
pub fn with_default<T, C>(collector: C, f: impl FnOnce() -> T) -> T
std
only.