ArcAny

Type Alias ArcAny 

Source
pub type ArcAny = Arc<dyn Any>;
Expand description

A type alias for an Arc wrapped Any trait object.

This represents an atomically reference-counted trait object that can be shared across threads.

Aliased Typeยง

pub struct ArcAny { /* private fields */ }