pub fn default_tracker() -> DefaultTrackerAvailable on crate feature
alloc only.Expand description
Creates the DefaultTracker used by the derive macro.
Mostly an implementation detail of the derive macro, which cannot know whether the alloc
feature is active at the call site.