Crate inline_any

Source
Expand description

inline storage of Any type

Structsยง

InlineAny
Like Box<dyn Any>, but stored inline (without allocations)