[][src]Crate stackbox

Modules

dyn_traits

Hand-rolled implementations of pervasive StackBox<dyn …> types.

prelude

Macros

stackbox

Structs

StackBox

Stack1-allocated Box. Think of this as of &'frame mut T, but with move semantics (no reborrowing!) which allow the "reference" to drop its pointee.