RcAnySync

Type Alias RcAnySync 

Source
pub type RcAnySync = Rc<dyn Any + Sync>;
Expand description

A type alias for an Rc wrapped Any + Sync trait object.

This represents a reference-counted trait object that can be shared across threads and is safe to share.

Aliased Typeยง

pub struct RcAnySync { /* private fields */ }