Type Alias ArcAnySync

Source
pub type ArcAnySync = Arc<dyn Any + Sync>;

Aliased Typeยง

struct ArcAnySync { /* private fields */ }