pub trait DITarget: Send + Sync + 'static { }
Expand description

Represent DI target type. It requires thread safety.

Implementors§