Skip to main content

SharedTarget

Type Alias SharedTarget 

Source
pub type SharedTarget<E> = Arc<dyn Target<E> + Send + Sync>;
Expand description

Shared target trait object used by the runtime manager.

Aliased Typeยง

pub struct SharedTarget<E> { /* private fields */ }