pub trait AsShape { // Required method 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.