//! Leaf payloads for the depth-N `Vec`-bearing emitter.
//!
//! Primitive leaves use per-element push into typed storage. Nested struct and
//! generic leaves collect references and materialize via `Columnar::columnar_from_refs`.
use TokenStream;
pub
pub