pub trait AsShape {
    fn as_shape(&self) -> Shape;
}
Expand description

Get the “shape” of a fields container, such as a struct or variant.

Required Methods

Get the “shape” of a fields container.

Implementations on Foreign Types

Implementors