Skip to main content

BoxAny

Type Alias BoxAny 

Source
pub type BoxAny = Box<dyn Any + Send>;
Expand description

Type alias for a boxed value that is Send and can be any type.

Aliased Typeยง

pub struct BoxAny(/* private fields */);