pub trait Traced: PrivateTraced { }
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.
pub trait Traced: PrivateTraced { }
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.