Resolved
The type of shape style this will resolve to.
Declaration
associatedtype Resolved : ShapeStyle = NeverDiscussion
When you create a custom shape style, Swift infers this type from your implementation of the required resolve function.
The type of shape style this will resolve to.
associatedtype Resolved : ShapeStyle = NeverWhen you create a custom shape style, Swift infers this type from your implementation of the required resolve function.