Type Alias ArcAnySend

Source
pub type ArcAnySend = Arc<dyn Any + Send>;

Aliased Typeยง

struct ArcAnySend { /* private fields */ }