Skip to main content

BoxedValue

Type Alias BoxedValue 

Source
pub type BoxedValue = Arc<dyn Any + Send + Sync>;
Expand description

Type alias for shared values that can be stored in context maps. Uses Arc to allow cloning and sharing across parent-child contexts.

Aliased Typeยง

pub struct BoxedValue { /* private fields */ }