Skip to main content

default_tracker

Function default_tracker 

Source
pub fn default_tracker() -> DefaultTracker
Available 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.