Type Alias remoc::chmux::AnyBox

source ·
pub type AnyBox = Box<dyn Any + Send + Sync + 'static>;
Expand description

Box containing any value that is Send, Sync and static.

Aliased Type§

struct AnyBox(/* private fields */);