macro_rules! shape_builder { ($type_name:ty $(,)?) => { ... }; }
Creates a ShapeBuilder for a given type.
ShapeBuilder