So, "how to do this": * use nightly features (i'm not sure how personally) * use `alloc` * use a bump allocator (or other pseudo-allocator) that can be used to allocate `dyn Trait` objects * or you can't, generally