Type Alias wick_test::SharedComponent
source · pub type SharedComponent = Arc<dyn Component + Send + Sync, Global>;Expand description
A Component that can be easily cloned and shared.
Aliased Type§
struct SharedComponent { /* private fields */ }Trait Implementations§
1.52.0 · source§impl<T> Error for Arc<T, Global>where
T: Error + ?Sized,
impl<T> Error for Arc<T, Global>where T: Error + ?Sized,
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting