Trait Traced

Source
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.

Implementors§

Source§

impl<T: PrivateTraced> Traced for T