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

Implementors§

source§

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