Crate smallbox2[][src]

Structs

A [Box] analogue that will attempt to allocate to the stack with heap fallback

A [Box] analogue that is exclusive to the stack, it will not overflow onto the heap.

Type Definitions