Crate inline_any[][src]

Expand description

inline storage of Any type

Structs

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