macro_rules! geometry_array_delegate_impl {
    ($($a:tt)*) => { ... };
}
Expand description

Implements the common pattern where a GeometryArray enum simply delegates its trait impl to it’s inner type.