pub trait AsShape { fn as_shape(&self) -> Shape; }
Get the “shape” of a fields container, such as a struct or variant.
Get the “shape” of a fields container.