pub trait Traced: PrivateTraced { }Available on crate feature
experimental only.Expand description
Types that participate in dependency tracking
This trait is a public marker trait and is automatically implemented fore all types that implement the internal dependency tracking features.