Trait portaldi::DITarget

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

Represent DI target type. It requires thread safety.

Implementors§

source§

impl<T> DITarget for Twhere T: Send + Sync + 'static,