Type Alias ttmap::ValueBox

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

Boxed Type

Aliased Type§

struct ValueBox(/* private fields */);