pub type SharedTarget<E> = Arc<dyn Target<E> + Send + Sync>;
Shared target trait object used by the runtime manager.
pub struct SharedTarget<E> { /* private fields */ }