RcAnySendSync

Type Alias RcAnySendSync 

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

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

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

Aliased Typeยง

pub struct RcAnySendSync { /* private fields */ }